Skip to content

Commit

Permalink
Switch to an alpha version of grcov, as 0.1 breaks on hyphen in pkg n…
Browse files Browse the repository at this point in the history
  • Loading branch information
brouberol committed May 22, 2022
1 parent 030ccc5 commit 00220d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Gather coverage data
id: coverage
uses: actions-rs/grcov@v0.1
uses: actions-rs/grcov@v0.2-proto

- 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 00220d3

Please sign in to comment.