Skip to content

Commit

Permalink
Merge pull request #389 from gimler/patch-1
Browse files Browse the repository at this point in the history
Fix coverage report
  • Loading branch information
klaussilveira committed Oct 22, 2013
2 parents e9a21f7 + 271c59e commit 4f9ebda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -16,6 +16,11 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml" />
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false" />
Expand Down

0 comments on commit 4f9ebda

Please sign in to comment.