Skip to content

Commit

Permalink
Bump actions-rs/grcov from 0.1.5 to 0.1.6
Browse files Browse the repository at this point in the history
Bumps [actions-rs/grcov](https://github.com/actions-rs/grcov) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/actions-rs/grcov/releases)
- [Changelog](https://github.com/actions-rs/grcov/blob/master/CHANGELOG.md)
- [Commits](actions-rs/grcov@v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: actions-rs/grcov
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 20, 2023
1 parent 2434578 commit 3a82fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
- name: rust-grcov
uses: actions-rs/grcov@v0.1.5
uses: actions-rs/grcov@v0.1.6
- name: Codecov
uses: codecov/codecov-action@v3.1.4
with:
Expand Down

0 comments on commit 3a82fb5

Please sign in to comment.