From d5d403d1e14e2d0b5ffc05992fe48ead17e3d2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:26:38 +0800 Subject: [PATCH] Bump actions-rs/grcov from 0.1.5 to 0.1.6 (#95) 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](https://github.com/actions-rs/grcov/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d23f376..cf51814 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: