Skip to content

Commit

Permalink
Update codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Mar 5, 2024
1 parent f1d7f82 commit 7749366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
pytest -r a -v --cov=schedview --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
file: coverage.xml

Expand Down

0 comments on commit 7749366

Please sign in to comment.