Skip to content

Commit

Permalink
Fix codecov config to properly use token
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Dec 9, 2023
1 parent e0dc0d0 commit 1a766ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload code coverage results
uses: codecov/codecov-action@v3
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 1a766ed

Please sign in to comment.