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 e879871 commit df76fb9Copy full SHA for df76fb9
.github/workflows/phpunits.yaml
@@ -164,5 +164,9 @@ jobs:
164
bash <(curl -s https://codecov.io/bash)
165
env:
166
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
167
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}
168
+
169
+ - uses: codecov/codecov-action@v4
170
+ with:
171
+ token: ${{ secrets.CODECOV_TOKEN }}
172
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}
0 commit comments