From 3d609abb73cf7e4c5a11be4ff012d703f1ce9fd7 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Thu, 4 Apr 2024 01:50:29 +0200 Subject: [PATCH] next try --- .github/workflows/test.yml | 4 ++-- grcov.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 grcov.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3cbbd23..53b9c15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,12 @@ 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 uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ${{ steps.coverage.outputs.report }} slug: unipept/unipept-index + verbose: true + fail_ci_if_error: true diff --git a/grcov.yml b/grcov.yml new file mode 100644 index 0000000..2ef4c15 --- /dev/null +++ b/grcov.yml @@ -0,0 +1,2 @@ +output-type: lcov +output-file: ./lcov.info