From 7f42438fdfae03281480a85b832df335c8a99a54 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Thu, 4 Apr 2024 02:01:42 +0200 Subject: [PATCH] next try --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53b9c15..2b658bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' - name: Gather coverage information + id: coverage uses: actions-rs/grcov@v0.1 - name: Upload coverage reports to Codecov @@ -35,5 +36,6 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} slug: unipept/unipept-index + file: ${{ steps.coverage.outputs.report }} verbose: true fail_ci_if_error: true