File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 fi
6969
7070 - name : Test with PHPUnit
71- run : vendor/bin/phpunit --coverage-text --coverage-html build/phpunit/ html --coverage-clover build/phpunit/ logs/clover.xml --coverage-php build/phpunit /cov/coverage.cov --testsuite main
71+ run : vendor/bin/phpunit --coverage-text --coverage-html build/html --coverage-clover build/logs/clover.xml --coverage-php build/cov/coverage.cov --testsuite main
7272 env :
7373 TERM : xterm-256color
7474 TACHYCARDIA_MONITOR_GA : enabled
@@ -77,12 +77,12 @@ jobs:
7777 name : Merge Coveralls
7878 continue-on-error : true
7979 run : |
80- vendor/bin/phpcov merge --clover build/phpunit/ logs/clover.xml build/phpunit /cov
80+ vendor/bin/phpcov merge --clover build/logs/clover.xml build/cov
8181
8282 - if : matrix.php-versions == '8.2'
8383 name : Upload coverage to Coveralls
8484 run : |
8585 composer global require php-coveralls/php-coveralls
86- php-coveralls --coverage_clover=build/phpunit/logs/clover.xml -- verbose --exclude-no-stmt --ansi
86+ php-coveralls --verbose --exclude-no-stmt --ansi
8787 env :
8888 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515 ignoreDeprecatedCodeUnits =" true"
1616 disableCodeCoverageIgnore =" true" >
1717 <report >
18- <clover outputFile =" build/phpunit /clover.xml" />
19- <html outputDirectory =" build/phpunit/ html" />
20- <php outputFile =" build/phpunit /coverage.serialized " />
18+ <clover outputFile =" build/logs /clover.xml" />
19+ <html outputDirectory =" build/html" />
20+ <php outputFile =" build/cov /coverage.cov " />
2121 <text outputFile =" php://stdout" showUncoveredFiles =" false" />
2222 <xml outputDirectory =" build/phpunit/xml-coverage" />
2323 </report >
You can’t perform that action at this time.
0 commit comments