Skip to content

Commit

Permalink
ci: add coverage token (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jul 28, 2023
1 parent bf49446 commit 6f659cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

check:
Expand Down

0 comments on commit 6f659cf

Please sign in to comment.