Skip to content

Commit 2d21903

Browse files
Remove failing codecov service
1 parent cb55851 commit 2d21903

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,6 @@ jobs:
4040
python-version: ${{ matrix.python }}
4141
- run: python -m pip install --upgrade pip wheel tox
4242
- run: tox -epy
43-
coverage:
44-
name: coverage
45-
runs-on: ubuntu-latest
46-
steps:
47-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48-
with:
49-
persist-credentials: false
50-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
51-
with:
52-
python-version: 3.14
53-
- run: python -m pip install --upgrade pip wheel tox
54-
- run: tox -epy
55-
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
56-
with:
57-
files: ./coverage.xml
58-
fail_ci_if_error: true
59-
token: ${{ secrets.CODECOV_TOKEN }}
6043
zizmor:
6144
name: zizmor
6245
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)