Skip to content

Commit

Permalink
Merge pull request #104 from AeroRust/fix/codecov
Browse files Browse the repository at this point in the history
Fix: codecov upload action
  • Loading branch information
elpiel authored Jul 20, 2023
2 parents 4b9b652 + fb12536 commit 6f9d9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,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@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 6f9d9cf

Please sign in to comment.