Skip to content

Commit

Permalink
Fix codecov (#12)
Browse files Browse the repository at this point in the history
* Downgrade codecov version

* Maybe it needs this
  • Loading branch information
thomcc authored May 4, 2024
1 parent fd49ec7 commit 3a85934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ jobs:
- uses: actions/checkout@v4
- run: cargo tarpaulin --verbose --doc --all-features --all-targets --engine llvm --out xml
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3a85934

Please sign in to comment.