Skip to content

Commit

Permalink
add codecov token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Nov 11, 2023
1 parent 2fcd7a5 commit 7995b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v4-beta
with:
# token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
token: ${{secrets.CODECOV_TOKEN}} # not required for public repos
fail_ci_if_error: true

0 comments on commit 7995b17

Please sign in to comment.