Skip to content

Commit f660888

Browse files
committed
remove the upload to codecov action step
1 parent c380418 commit f660888

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
run: |
3535
uv run pytest -vvv --cov=src/statista --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
3636
37-
- name: Upload test results to Codecov
38-
if: ${{ !cancelled() }}
39-
uses: codecov/test-results-action@v1
40-
4137
- name: Upload coverage reports to Codecov with GitHub Action
4238
uses: codecov/codecov-action@v5
4339

0 commit comments

Comments
 (0)