Remove Codecov upload step from Gitea workflow for Python 3.13

This commit is contained in:
2025-12-21 21:20:29 -06:00
parent e05a94e152
commit 64fa46f60f

View File

@@ -60,12 +60,3 @@ jobs:
- name: Run tests with pytest
run: |
poetry run pytest -v --cov=ren_browser --cov-report=xml --cov-report=term
- name: Upload coverage reports
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
if: matrix.python-version == '3.13'
with:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false