Skip to content

Commit

Permalink
Switch to xnuter/grcov instead of actions-rs/grcov
Browse files Browse the repository at this point in the history
actions-rs/grcov#90 has been dangling for a
while and exclusions would be nice.
  • Loading branch information
rraval committed Jan 9, 2022
1 parent 947a7dd commit 758d91e
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 @@ -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:
Expand Down

0 comments on commit 758d91e

Please sign in to comment.