Skip to content

Commit

Permalink
build: codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
caelansar committed Apr 30, 2024
1 parent 1012385 commit f894b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Collect coverage data
run: cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit f894b2e

Please sign in to comment.