Skip to content

Commit

Permalink
Bump actions-rs/grcov from 0.1.5 to 0.1.6 (#95)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent a056707 commit d5d403d
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/[email protected].5
uses: actions-rs/[email protected].6
- name: Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit d5d403d

Please sign in to comment.