Skip to content

Commit cf2e9d0

Browse files
committed
Disable unnecessary coverage report in CI workflow
1 parent 757a71d commit cf2e9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: composer install --no-interaction --no-progress
9999

100100
- name: Run PHPUnit tests and generate code coverage report
101-
run: vendor/bin/phpunit --coverage-clover=coverage.xml
101+
run: vendor/bin/phpunit --no-coverage --coverage-clover=coverage.xml
102102

103103
- name: Upload code coverage report to Codecov
104104
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)