File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ /coverage.xml
12/vendor /
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
1111 - composer install
1212
1313script :
14- - vendor/bin/phpunit --whitelist=src --coverage-clover=coverage.xml tests
14+ - vendor/bin/phpunit
1515
1616after_success :
1717 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit >
3+ <testsuites >
4+ <testsuite name =" Debug Test Suite" >
5+ <directory >./tests/</directory >
6+ </testsuite >
7+ </testsuites >
8+
9+ <filter >
10+ <whitelist >
11+ <directory >./src/</directory >
12+ </whitelist >
13+ </filter >
14+
15+ <logging >
16+ <log type =" coverage-clover" target =" coverage.xml" />
17+ </logging >
18+ </phpunit >
You can’t perform that action at this time.
0 commit comments