Skip to content

Commit

Permalink
Merge pull request #919 from sanger/fix-codecov-action
Browse files Browse the repository at this point in the history
Use v3 Codecov action in CI test workflow
  • Loading branch information
sdjmchattie authored May 1, 2024
2 parents 430171b + 71ec07c commit a8dfd9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,6 @@ jobs:
run: |
python -m pytest -x
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a8dfd9d

Please sign in to comment.