Skip to content

Commit b05971d

Browse files
authored
Merge pull request #274 from tcdent/codecov-action
Fix codecov action
2 parents 309950f + 5181366 commit b05971d

2 files changed

Lines changed: 477 additions & 305 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install tox
3232
3333
- name: Run tests with tox
34-
run: tox
34+
run: tox -m quick # quick runs all 3.12 tests and then combines coverage
3535

3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)