Skip to content

Commit

Permalink
downgrade codecov to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 14, 2023
1 parent 9c01d63 commit e478b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pytest tests --cov=fastkml --cov=tests --cov-fail-under=88 --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

Expand Down

0 comments on commit e478b0a

Please sign in to comment.