Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansam committed Aug 21, 2024
1 parent 71f10ff commit 74dd527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

Coverage:
name: coverage
needs: [test]
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
Expand All @@ -55,7 +56,7 @@ jobs:
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true

0 comments on commit 74dd527

Please sign in to comment.