Skip to content

Commit

Permalink
Merge pull request #74 from Nukesor/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3

build(deps): bump codecov/codecov-action from 2.1.0 to 3
  • Loading branch information
Nukesor committed Apr 6, 2022
2 parents 3d0f472 + 0f9b30b commit 7ba8a48
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 @@ -31,7 +31,7 @@ jobs:
- run: cargo install cargo-tarpaulin
- run: cargo tarpaulin --run-types Tests,Doctests --out Xml

- uses: codecov/codecov-action@v2.1.0
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cobertura.xml
Expand Down

0 comments on commit 7ba8a48

Please sign in to comment.