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 1630d07 commit 77554feCopy full SHA for 77554fe
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Execute tests
47
run: vendor/bin/phpunit
48
49
- - name: Upload coverage to Scrutinizer
50
- run: |
51
- wget https://scrutinizer-ci.com/ocular.phar
52
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+# - name: Upload coverage to Scrutinizer
+# run: |
+# wget https://scrutinizer-ci.com/ocular.phar
+# php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments