Browse Source

tox configuration

pull/1574/head
Miguel Grinberg 3 weeks ago
parent
commit
b29beef6bf
Failed to extract signature
  1. 4
      .github/workflows/tests.yml

4
.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

Loading…
Cancel
Save