Skip to content

Commit

Permalink
Use latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 18, 2024
1 parent a9d3f4c commit 339fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Test
run: |
pytest --cov=. --cov-branch --cov-report=term --cov-report=xml -v test/test*.py
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 339fe8e

Please sign in to comment.