Skip to content

Commit

Permalink
Adding codecov access token to the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ii-cruz committed May 28, 2024
1 parent 1cf1c3f commit 053c1a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ jobs:
run: cargo llvm-cov report --lcov --output-path coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.lcov
fail_ci_if_error: false
flags: unittests
name: Nimiq code coverage
verbose: true

0 comments on commit 053c1a1

Please sign in to comment.