We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c380418 commit f660888Copy full SHA for f660888
.github/workflows/tests.yml
@@ -34,10 +34,6 @@ jobs:
34
run: |
35
uv run pytest -vvv --cov=src/statista --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
36
37
- - name: Upload test results to Codecov
38
- if: ${{ !cancelled() }}
39
- uses: codecov/test-results-action@v1
40
-
41
- name: Upload coverage reports to Codecov with GitHub Action
42
uses: codecov/codecov-action@v5
43
0 commit comments