Skip to content

Commit

Permalink
Updated codecov version on CI (#1)
Browse files Browse the repository at this point in the history
After adding a secret on GitHub, following instructions on <https://app.codecov.io/github/ocbe-uio/pCRscore/new>.
  • Loading branch information
wleoncio committed Jul 1, 2024
1 parent e63a6b1 commit 022b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
pytest --cov=pCRscore
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/

0 comments on commit 022b247

Please sign in to comment.