Remove Codecov upload step from Gitea workflow for Python 3.13
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user