Skip to content

Commit 9e72608

Browse files
Remove failing coverage.py service
1 parent 7517473 commit 9e72608

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,6 @@ jobs:
4242
- run: python -m pip install --upgrade pip wheel
4343
- run: pip install tox
4444
- run: tox -epy
45-
coverage:
46-
name: coverage
47-
runs-on: ubuntu-latest
48-
steps:
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50-
with:
51-
persist-credentials: false
52-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
53-
with:
54-
python-version: 3.14
55-
- run: python -m pip install --upgrade pip wheel
56-
- run: pip install tox
57-
- run: tox -epy
58-
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
59-
with:
60-
files: ./coverage.xml
61-
fail_ci_if_error: true
62-
token: ${{ secrets.CODECOV_TOKEN }}
6345
zizmor:
6446
name: zizmor
6547
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)