Skip to content

Commit df76fb9

Browse files
authored
codecov github actions
Signed-off-by: Maxim Babichev <[email protected]>
1 parent e879871 commit df76fb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,9 @@ jobs:
164164
bash <(curl -s https://codecov.io/bash)
165165
env:
166166
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
167-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
167+
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}
168+
169+
- uses: codecov/codecov-action@v4
170+
with:
171+
token: ${{ secrets.CODECOV_TOKEN }}
168172
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}

0 commit comments

Comments
 (0)