Skip to content

Commit

Permalink
Merge pull request #98 from randovania/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
henriquegemignani authored Jun 17, 2024
2 parents f19f3aa + 9cb172d commit 01b85a3
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@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down

0 comments on commit 01b85a3

Please sign in to comment.