We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2303084 commit 77ad53dCopy full SHA for 77ad53d
.github/workflows/tests.yml
@@ -52,12 +52,7 @@ jobs:
52
53
- name: Execute tests
54
continue-on-error: ${{ matrix.php > 8 }}
55
- run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
56
-
57
- - name: Upload coverage
58
- run: |
59
- wget https://scrutinizer-ci.com/ocular.phar
60
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+ run: vendor/bin/phpunit --verbose
61
62
windows_tests:
63
runs-on: windows-latest
0 commit comments