We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb834b0 + 7d31dc8 commit 4e7e9caCopy full SHA for 4e7e9ca
.github/workflows/coveralls.yml
@@ -58,8 +58,7 @@ jobs:
58
- name: "Generate Coverage Report"
59
run: |
60
mkdir -p build/logs
61
- phpunit --bootstrap vendor/autoload.php \
62
- --configuration tests/phpunit/phpunit.xml \
+ phpunit --configuration tests/phpunit/phpunit.xml \
63
--coverage-clover build/logs/clover.xml \
64
--testdox
65
env:
0 commit comments