Skip to content

Commit

Permalink
fix: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 23, 2024
1 parent 17b0ffd commit 0053cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
uv run python -m pytest --cov=googletrans --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0053cc9

Please # to comment.