Skip to content

Commit

Permalink
Merge pull request #47 from raphaelstolt/codecoverage-config
Browse files Browse the repository at this point in the history
Added code coverage configuration, closes #7
  • Loading branch information
jonathantorres committed May 21, 2015
2 parents 69f2cc5 + 37275ce commit 7a28f06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>
5 changes: 5 additions & 0 deletions src/stubs/phpunit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 7a28f06

Please sign in to comment.