Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4"
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani authored Oct 19, 2023
1 parent efa69f2 commit 9d56933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
venv/bin/python -m pytest --cov src --cov-report=xml --durations=100

- name: codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down

0 comments on commit 9d56933

Please sign in to comment.