Skip to content

Commit

Permalink
codecov github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
  • Loading branch information
rez1dent3 committed Jun 11, 2024
1 parent e879871 commit df76fb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,9 @@ jobs:
bash <(curl -s https://codecov.io/bash)
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}

0 comments on commit df76fb9

Please sign in to comment.