Skip to content

Commit

Permalink
Revert "to codecov/[email protected]"
Browse files Browse the repository at this point in the history
This reverts commit 353f48f.
  • Loading branch information
ajfriend committed Mar 10, 2024
1 parent 1492936 commit 63d8eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pytest --cov=h3 --full-trace --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v3.0.0
with:
file: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 63d8eb2

Please sign in to comment.