From 758d91ed74c4f14ecaf2f6e9ac7beb1716454f3c Mon Sep 17 00:00:00 2001 From: Ronuk Raval Date: Sun, 9 Jan 2022 14:41:25 -0500 Subject: [PATCH] Switch to xnuter/grcov instead of actions-rs/grcov https://github.com/actions-rs/grcov/pull/90 has been dangling for a while and exclusions would be nice. --- .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 700b2a5815..be231b56a7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -85,7 +85,7 @@ jobs: CARGO_INCREMENTAL: '0' 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' - - uses: actions-rs/grcov@v0.1 + - uses: xnuter/grcov@550fd67f9b64b4bdd5f2f8f46e262340e6de4959 id: grcov - uses: coverallsapp/github-action@master with: