Skip to content

Commit 0053cc9

Browse files
committed
fix: codecov
1 parent 17b0ffd commit 0053cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
uv run python -m pytest --cov=googletrans --cov-report=xml
2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v4
3030
with:
3131
files: ./coverage.xml
32-
fail_ci_if_error: true
32+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)