Skip to content

Commit

Permalink
ci: Revert codecov action version
Browse files Browse the repository at this point in the history
Apparently they changed something such that the `codecov` upload fails
with v4 of the action. Reverts to v3.
  • Loading branch information
st-bender committed Mar 31, 2024
1 parent 9272fe9 commit bd9ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

- name: Upload to Coveralls
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version != '2.7'
Expand Down

0 comments on commit bd9ab8f

Please sign in to comment.