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.
1 parent c40c7cf commit af07bc1Copy full SHA for af07bc1
.github/workflows/tests.yml
@@ -54,10 +54,4 @@ jobs:
54
55
- name: Execute tests
56
run: |
57
- vendor/bin/phpunit --coverage-clover=coverage.clover
58
-
59
- - name: Upload coverage to Scrutinizer
60
- if: success()
61
- run: |
62
- wget https://scrutinizer-ci.com/ocular.phar
63
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover || true
+ vendor/bin/phpunit --coverage-clover=coverage.clover
0 commit comments