Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Updated code coverage whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclell committed Jan 29, 2014
1 parent 0dd0f32 commit 1e5eb12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
phpunit.xml
phpunit.xml
build
20 changes: 11 additions & 9 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@
<testsuites>
<testsuite name="JLMAwsBundle Test Suite YML">
<directory>./Tests</directory>
<server name="ENV" value="test_yml"/>
</testsuite>
<testsuite name="JLMAwsBundle Test Suite XML">
<directory>./Tests</directory>
<server name="ENV" value="test_xml"/>
</testsuite>
<testsuite name="JLMAwsBundle Test Suite PHP">
<directory>./Tests</directory>
<server name="ENV" value="test_php"/>

</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">Tests/</directory>
<directory suffix=".php">vendor/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 1e5eb12

Please sign in to comment.