Miguel Grinberg
3 weeks ago
Failed to extract signature
1 changed files with
2 additions and
2 deletions
-
.github/workflows/tests.yml
|
|
|
@ -39,7 +39,7 @@ jobs: |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python }} |
|
|
|
- run: python -m pip install --upgrade pip wheel tox |
|
|
|
- run: tox |
|
|
|
- run: tox -epy |
|
|
|
coverage: |
|
|
|
name: coverage |
|
|
|
runs-on: ubuntu-latest |
|
|
|
@ -51,7 +51,7 @@ jobs: |
|
|
|
with: |
|
|
|
python-version: 3.14 |
|
|
|
- run: python -m pip install --upgrade pip wheel tox |
|
|
|
- run: tox |
|
|
|
- run: tox -epy |
|
|
|
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 |
|
|
|
with: |
|
|
|
files: ./coverage.xml |
|
|
|
|