Skip to content

Commit

Permalink
Codecov version 4 (#24)
Browse files Browse the repository at this point in the history
* Codecov version 4

* Trivial readmechange to retrigger

* change back

---------

Co-authored-by: AdamOrmondroyd <[email protected]>
  • Loading branch information
williamjameshandley and AdamOrmondroyd authored Feb 7, 2025
1 parent e5e8a06 commit 278a148
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:
run: python -m pytest --cov=fgivenx

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 278a148

Please sign in to comment.