Skip to content

Commit

Permalink
do not analyse Behat context coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 2, 2021
1 parent fa7dd22 commit dda2cd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit-mssql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Behat</directory>
</exclude>
<report>
<php outputFile="build/logs/clover-mssql.cov" />
</report>
Expand Down
3 changes: 3 additions & 0 deletions phpunit-mysql.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Behat</directory>
</exclude>
<report>
<php outputFile="build/logs/clover-mysql.cov" />
</report>
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<directory suffix=".php">src/Behat</directory>
</exclude>
<report>
<php outputFile="build/logs/clover.cov" />
</report>
Expand Down

0 comments on commit dda2cd3

Please sign in to comment.