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 757a71d commit cf2e9d0Copy full SHA for cf2e9d0
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
run: composer install --no-interaction --no-progress
99
100
- name: Run PHPUnit tests and generate code coverage report
101
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
+ run: vendor/bin/phpunit --no-coverage --coverage-clover=coverage.xml
102
103
- name: Upload code coverage report to Codecov
104
uses: codecov/codecov-action@v3
0 commit comments