Skip to content

Commit

Permalink
add coverage secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 3, 2024
1 parent 6f79733 commit 5c58545
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c58545

Please sign in to comment.