Skip to content

Commit

Permalink
Add code coverage token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
darach committed Apr 11, 2024
1 parent e7d4962 commit 4086690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
RUST_BACKTRACE: full
run: cargo llvm-cov --verbose --lcov --output-path lcov.txt --locked
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./lcov.txt # optional
fail_ci_if_error: #{{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 4086690

Please sign in to comment.