Skip to content

Commit 5c18158

Browse files
ci: remove flaky codecov upload step
1 parent ab345f2 commit 5c18158

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,3 @@ jobs:
8181
QT_QPA_PLATFORM: offscreen
8282
run: |
8383
pytest tests/ --cov=src --cov-report=xml -v
84-
85-
- name: Upload coverage to Codecov
86-
uses: codecov/codecov-action@v4
87-
with:
88-
fail_ci_if_error: false
89-
if: always()

0 commit comments

Comments
 (0)