Skip to content

Commit

Permalink
add CODECOV_TOKEN as required for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Apr 22, 2024
1 parent f0c85f2 commit 22cbf2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
flags: unit
fail_ci_if_error: ${{ github.repository == 'e-mission/e-mission-phone' }}
Expand Down

0 comments on commit 22cbf2f

Please sign in to comment.