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 4507c6e
Showing 1 changed file with 3 additions and 0 deletions.
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 4507c6e

Please sign in to comment.