File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22phpunit.xml
33composer.lock
44composer.phar
5- vendor /
5+ vendor /
Original file line number Diff line number Diff line change 1313
1414install : composer install
1515
16- script : vendor/bin/phpunit --configuration test/ phpunit.xml --coverage-clover=coverage.xml
16+ script : vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-clover=coverage.xml
1717
1818after_success :
1919 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1+ <phpunit bootstrap =" _bootstrap.php" backupGlobals =" false" processIsolation =" false" >
2+ <testsuite name =" AllTests" >
3+ <directory >tests</directory >
4+ </testsuite >
5+ <filter >
6+ <whitelist processUncoveredFilesFromWhitelist =" true" >
7+ <directory suffix =" .php" >src</directory >
8+ </whitelist >
9+ </filter >
10+ </phpunit >
You can’t perform that action at this time.
0 commit comments