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 a271b09 + 1853d49 commit ef90e6bCopy full SHA for ef90e6b
.github/workflows/ci.yml
@@ -208,7 +208,7 @@ jobs:
208
run: composer update --no-interaction --no-progress
209
210
- name: "Run tests with coverage"
211
- run: bin/phpunit --color=always -v --debug --coverage-clover=build/logs/clover.xml
+ run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212
213
- name: "Upload coverage results to Scrutinizer"
214
run: vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
0 commit comments