We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 702e13b + b05971d commit 00a0734Copy full SHA for 00a0734
1 file 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