Skip to content

Commit

Permalink
ci: add Codecov token (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Jan 22, 2024
1 parent 6984c24 commit 80582f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Submit Report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 80582f3

Please sign in to comment.