Skip to content

Commit

Permalink
Merge pull request #367 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 f74a53e + 3788bb7 commit d00beb2
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 @@ -106,4 +106,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 d00beb2

Please sign in to comment.