Skip to content

Commit

Permalink
Merge pull request #311 from Nullus157/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
NobodyXu authored Nov 16, 2024
2 parents f0a5c74 + 906f155 commit e12ca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: taiki-e/install-action@v2
with: { tool: cargo-tarpaulin }
- run: cargo --locked tarpaulin --all-features -- --skip 'proptest::'
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit e12ca46

Please sign in to comment.