Skip to content

Commit

Permalink
try codecov action v4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert committed Apr 8, 2024
1 parent f612bfb commit 726e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Unit tests
run: pytest --cov-report term-missing --cov-report=xml --cov=src tests
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage.xml
Expand Down

0 comments on commit 726e1ca

Please sign in to comment.