Skip to content

Commit

Permalink
Upgrade grcov, as 0.1 breaks on hyphen in pkg names
Browse files Browse the repository at this point in the history
  • Loading branch information
brouberol committed May 22, 2022
1 parent 0f766c4 commit 63d4254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/actions-rs/grcov.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:

- name: Gather coverage data
id: coverage
uses: actions-rs/[email protected]
uses: actions-rs/grcov@d7fbf3f45736014e4361af190e8a5269060ace07
with:
args: >
--output-type html
--output-path ./coverage/
./target/debug
- name: Measure current and main coverage and craft a message to be inserted in the PR
id: measure_coverage
Expand Down

0 comments on commit 63d4254

Please sign in to comment.