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 df76fb9 commit 3dcef38Copy full SHA for 3dcef38
.github/workflows/phpunits.yaml
@@ -160,8 +160,7 @@ jobs:
160
timeout_seconds: 15
161
max_attempts: 3
162
command: >-
163
- ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0;
164
- bash <(curl -s https://codecov.io/bash)
+ ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0
165
env:
166
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
167
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}
0 commit comments