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 cb55851 commit 2d21903Copy full SHA for 2d21903
1 file changed
.github/workflows/tests.yml
@@ -40,23 +40,6 @@ jobs:
40
python-version: ${{ matrix.python }}
41
- run: python -m pip install --upgrade pip wheel tox
42
- 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
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
57
- files: ./coverage.xml
58
- fail_ci_if_error: true
59
- token: ${{ secrets.CODECOV_TOKEN }}
60
zizmor:
61
name: zizmor
62
runs-on: ubuntu-latest
0 commit comments