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 e898130 commit b29beefCopy full SHA for b29beef
1 file changed
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
python-version: ${{ matrix.python }}
41
- run: python -m pip install --upgrade pip wheel tox
42
- - run: tox
+ - run: tox -epy
43
coverage:
44
name: coverage
45
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
51
52
python-version: 3.14
53
54
55
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
56
57
files: ./coverage.xml
0 commit comments