Skip to content

Commit

Permalink
github: fixing syntax for specifying secret token, adding fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Apr 14, 2024
1 parent bb2826d commit 9994d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: upload report to codecov with github action
uses: codecov/[email protected]
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}


0 comments on commit 9994d32

Please sign in to comment.