From 120992e3bea49bde3035bc5a4a71dc000cffcdb9 Mon Sep 17 00:00:00 2001 From: Yvan Sraka Date: Thu, 3 Mar 2022 17:54:37 +0100 Subject: [PATCH] Fix coverage --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1609392..73093d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,8 @@ 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 + - id: coverage + uses: actions-rs/grcov@v0.1 - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}