Skip to content

Commit

Permalink
Use CODECOV_TOKEN when uploading coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 29, 2023
1 parent a9fb2cc commit 2d2f847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit 2d2f847

Please sign in to comment.