Skip to content

Commit

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

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

on:
push:
Expand Down

0 comments on commit bd46497

Please sign in to comment.