File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ phpcs.xml
1313composer.lock
1414.phpunit.result.cache
1515.phpunit.cache
16+ /build /logs
Original file line number Diff line number Diff line change 1212 convertDeprecationsToExceptions =" true"
1313 colors =" true"
1414 verbose =" true" >
15- <testsuite name =" wp-cli/wp-cli tests" >
16- <directory suffix =" Test.php" >tests</directory >
17- </testsuite >
15+ <testsuites >
16+ <testsuite name =" wp-cli/wp-cli tests" >
17+ <directory suffix =" Test.php" >tests</directory >
18+ </testsuite >
19+ </testsuites >
1820
19- <filter >
20- <whitelist processUncoveredFilesFromWhitelist = " true " >
21- <directory suffix =" .php" >src </directory >
22- </whitelist >
23- </filter >
21+ <coverage processUncoveredFiles = " false " >
22+ <include >
23+ <directory suffix =" .php" >php </directory >
24+ </include >
25+ </coverage >
2426</phpunit >
You can’t perform that action at this time.
0 commit comments