Skip to content

Commit

Permalink
add filter for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 3, 2016
1 parent fadd003 commit a8af599
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@
<directory>tests/*</directory>
</testsuite>
</testsuites>​

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>

</phpunit>

0 comments on commit a8af599

Please sign in to comment.