Skip to content

Commit

Permalink
update coverage filter
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed May 28, 2017
1 parent cf11845 commit 4b97e90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix="Test.php">src</directory>
</exclude>
</whitelist>
</filter>

<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
<log type="coverage-html"
Expand Down

0 comments on commit 4b97e90

Please sign in to comment.