File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 if : ${{ success() && github.repository_owner == 'WordPress' && github.ref_name == 'develop' }}
7878 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
7979 with :
80- files : ./build/logs/clover.xml
80+ files : ./build/logs/clover-sniffs.xml,./build/logs/clover-utils .xml
8181 fail_ci_if_error : true
8282 verbose : true
8383 env :
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 if : ${{ success() && matrix.coverage == true && github.repository_owner == 'WordPress' }}
140140 uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
141141 with :
142- files : ./build/logs/clover.xml
142+ files : ./build/logs/clover-sniffs.xml,./build/logs/clover-utils .xml
143143 fail_ci_if_error : true
144144 verbose : true
145145 env :
Original file line number Diff line number Diff line change 5757 " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --no-coverage"
5858 ],
5959 "coverage" : [
60- " @php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php" ,
61- " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/"
60+ " @php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php --coverage-clover build/logs/clover-sniffs.xml " ,
61+ " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --coverage-clover build/logs/clover-utils.xml "
6262 ],
6363 "check-complete" : [
6464 " @php ./vendor/phpcsstandards/phpcsdevtools/bin/phpcs-check-feature-completeness -q ./WordPress"
You can’t perform that action at this time.
0 commit comments