Skip to content

Commit

Permalink
Add upload token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jama5262 committed May 15, 2024
1 parent 0b8f083 commit 09ee8c6
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,6 +39,6 @@ jobs:
name: Report to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 09ee8c6

Please sign in to comment.