Skip to content

Commit

Permalink
Merge pull request #60 from simleo/revert_59
Browse files Browse the repository at this point in the history
Set codecov-action back to v3
  • Loading branch information
simleo authored Sep 22, 2023
2 parents ec1af1a + af817b0 commit 4cb3594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: tox -e test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: false
Expand Down

0 comments on commit 4cb3594

Please sign in to comment.