From f46110c05e48f9f7a69118cddd2988a7cc919115 Mon Sep 17 00:00:00 2001 From: Samuele Maci Date: Thu, 25 Jun 2020 22:03:59 +0100 Subject: [PATCH] test: Use grcov as in https://github.com/actions-rs/grcov/pull/81 --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d11248f..67fad22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - maci-use-experimental-grcov jobs: check: @@ -41,7 +42,9 @@ jobs: CARGO_INCREMENTAL: '0' RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off - id: coverage - uses: actions-rs/grcov@v0.1 + uses: macisamuele/actions-rs-grcov@vmaci-install-from-releases + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.5 with: