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 4e02be7 commit 16d2978Copy full SHA for 16d2978
.github/workflows/run-checks.yml
@@ -17,6 +17,7 @@ jobs:
17
- python-version: "3.10"
18
- python-version: "3.11"
19
- python-version: "3.12"
20
+ - python-version: "3.13"
21
steps:
22
- uses: actions/checkout@v4
23
@@ -60,7 +61,8 @@ jobs:
60
61
source .venv/bin/activate
62
coverage erase
63
tox run-parallel -f py${{ matrix.python-version }} --parallel-no-spinner --parallel-live
- coverage xml
64
+ coverage combine --data-file=.coverage
65
+ coverage xml --data-file=.coverage
66
67
- name: Upload coverage reports to Codecov
68
uses: codecov/codecov-action@v4
0 commit comments