Miguel Grinberg
2 days ago
Failed to extract signature
1 changed files with
0 additions and
17 deletions
-
.github/workflows/tests.yml
|
|
@ -40,23 +40,6 @@ jobs: |
|
|
python-version: ${{ matrix.python }} |
|
|
python-version: ${{ matrix.python }} |
|
|
- run: python -m pip install --upgrade pip wheel tox |
|
|
- run: python -m pip install --upgrade pip wheel tox |
|
|
- run: tox -epy |
|
|
- run: tox -epy |
|
|
coverage: |
|
|
|
|
|
name: coverage |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
|
with: |
|
|
|
|
|
persist-credentials: false |
|
|
|
|
|
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
|
|
|
|
|
with: |
|
|
|
|
|
python-version: 3.14 |
|
|
|
|
|
- run: python -m pip install --upgrade pip wheel tox |
|
|
|
|
|
- run: tox -epy |
|
|
|
|
|
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 |
|
|
|
|
|
with: |
|
|
|
|
|
files: ./coverage.xml |
|
|
|
|
|
fail_ci_if_error: true |
|
|
|
|
|
token: ${{ secrets.CODECOV_TOKEN }} |
|
|
|
|
|
zizmor: |
|
|
zizmor: |
|
|
name: zizmor |
|
|
name: zizmor |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|