Skip to content

Commit

Permalink
ci: provide code-cov token
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 30, 2024
1 parent c234f1a commit 6e0c991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
with:
files: lcov.info
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

# Check formatting with rustfmt
formatting:
Expand Down

0 comments on commit 6e0c991

Please sign in to comment.