Skip to content

Commit

Permalink
Fix token name for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Jun 13, 2024
1 parent a8cdc29 commit 55be9da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODE_COV_TOKEN }}
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

test-8-3:
Expand Down

0 comments on commit 55be9da

Please sign in to comment.