Skip to content

Commit

Permalink
Merge pull request #89 from randovania/revert-86-dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/codecov/codecov-action-4

Revert "Bump codecov/codecov-action from 3 to 4"
  • Loading branch information
henriquegemignani authored Oct 19, 2023
2 parents efa69f2 + 9d56933 commit c232cd1
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 c232cd1

Please sign in to comment.