Skip to content

Commit 79adeb0

Browse files
committed
Whitelist the src directory
1 parent ef3171d commit 79adeb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ script:
1111

1212
after_script:
1313
- mkdir -p build/logs
14-
- phpunit --coverage-clover build/logs/clover.xml
14+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1515
- php vendor/bin/coveralls -v

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</testsuites>
1616
<filter>
1717
<whitelist processUncoveredFilesFromWhitelist="true">
18+
<directory suffix=".php">./src/</directory>
1819
</whitelist>
1920
</filter>
2021
</phpunit>

0 commit comments

Comments
 (0)