Skip to content

Commit

Permalink
Merge branch 'main' into mass-delete-actors
Browse files Browse the repository at this point in the history
  • Loading branch information
MayberryZoom authored Dec 22, 2024
2 parents 067cae7 + e6a7f8f commit fafe819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: python -m pytest --cov src --cov-report=xml --skip-if-missing

- name: codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down Expand Up @@ -146,7 +146,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@v5
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down

0 comments on commit fafe819

Please sign in to comment.