There was an error while loading. Please reload this page.
1 parent 7517473 commit 9e72608Copy full SHA for 9e72608
1 file changed
.github/workflows/tests.yml
@@ -42,24 +42,6 @@ jobs:
42
- run: python -m pip install --upgrade pip wheel
43
- run: pip install tox
44
- 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
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
60
- files: ./coverage.xml
61
- fail_ci_if_error: true
62
- token: ${{ secrets.CODECOV_TOKEN }}
63
zizmor:
64
name: zizmor
65
runs-on: ubuntu-latest
0 commit comments