We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 309950f + 5181366 commit b05971dCopy full SHA for b05971d
2 files changed
.github/workflows/codecov.yml
@@ -31,7 +31,7 @@ jobs:
31
pip install tox
32
33
- name: Run tests with tox
34
- run: tox
+ run: tox -m quick # quick runs all 3.12 tests and then combines coverage
35
36
- name: Upload coverage to Codecov
37
uses: codecov/codecov-action@v5
0 commit comments