Skip to content

Commit

Permalink
explicitly set codecov token in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Boneberger committed Oct 20, 2023
1 parent a8aff53 commit 23b114c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
./target/debug/
- name: Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
fail_ci_if_error: true
Expand Down

0 comments on commit 23b114c

Please sign in to comment.