We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ee8dd commit 7860f10Copy full SHA for 7860f10
.github/workflows/ci.yml
@@ -50,13 +50,5 @@ jobs:
50
name: tests-coverage-python_${{ matrix.python-version }}.xml
51
path: var/tests-coverage.xml
52
53
- - name: Upload to Codecov
54
- uses: codecov/codecov-action@v4
55
- with:
56
- token: ${{ secrets.CODECOV_TOKEN }}
57
- files: var/tests-coverage.xml
58
- fail_ci_if_error: true
59
- verbose: true
60
-
61
- name: Display Python version
62
run: python --version
0 commit comments