From 00220d36717057a536a15c18edc722b83502935e Mon Sep 17 00:00:00 2001 From: Balthazar Rouberol Date: Sun, 22 May 2022 16:22:28 +0200 Subject: [PATCH] Switch to an alpha version of grcov, as 0.1 breaks on hyphen in pkg names See https://github.com/actions-rs/grcov/issues/51 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d431c3b..df2159e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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