Skip to content

Commit eb7cfbc

Browse files
committed
fix(CI): remove coverage report from integration tests
1 parent 00be079 commit eb7cfbc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/tests-all.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ jobs:
3232
- name: run Python tests
3333
run: |
3434
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 }}
4535
4636
tests-develop:
4737
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)