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 7412fb6 commit e4ccf1dCopy full SHA for e4ccf1d
.github/workflows/phpunits.yaml
@@ -161,7 +161,7 @@ jobs:
161
timeout_seconds: 15
162
max_attempts: 3
163
command: >-
164
- ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0
+ ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0;
165
bash <(curl -s https://codecov.io/bash)
166
env:
167
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
0 commit comments