There was an error while loading. Please reload this page.
1 parent 00be079 commit eb7cfbcCopy full SHA for eb7cfbc
1 file changed
.github/workflows/tests-all.yml
@@ -32,16 +32,6 @@ jobs:
32
- name: run Python tests
33
run: |
34
tox -e tests-package
35
-
36
- - name: generate coverage.xml
37
- run: coverage xml
38
39
- - name: upload to codecov.io
40
- uses: codecov/codecov-action@v6
41
- with:
42
- fail_ci_if_error: true
43
- files: tests/coverage.xml
44
- token: ${{ secrets.CODECOV_TOKEN }}
45
46
tests-develop:
47
runs-on: ubuntu-24.04
0 commit comments