From 5c58545a024f8ff2c1b8de21daa7805c0d111567 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Thu, 4 Apr 2024 01:36:10 +0200 Subject: [PATCH] add coverage secret --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57ab4b7..3cbbd23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,9 @@ jobs: id: coverage uses: actions-rs/grcov@v0.1 - - name: Upload coverage information - uses: codecov/codecov-action@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 with: - files: ${{ steps.cov.outputs.report }} - verbose: true + token: ${{ secrets.CODECOV_TOKEN }} + files: ${{ steps.coverage.outputs.report }} + slug: unipept/unipept-index