Skip to content

Commit d539788

Browse files
committed
upload coverage
1 parent c6c6cec commit d539788

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ jobs:
224224
# To specify the test name (in single test mode) pass this env variable:
225225
# SINGLE_TEST_NAME: test/path/filename.py::test_name
226226
shell: bash
227+
- name: Combine coverages
228+
if: always()
229+
run: python -m tox run -e coverage --skip-missing-interpreters false
230+
shell: bash
227231
- uses: actions/upload-artifact@v4
228232
if: always()
229233
with:
@@ -360,6 +364,10 @@ jobs:
360364
PYTEST_ADDOPTS: --color=yes --tb=short
361365
TOX_PARALLEL_NO_SPINNER: 1
362366
shell: bash
367+
- name: Combine coverages
368+
if: always()
369+
run: python -m tox run -e coverage --skip-missing-interpreters false
370+
shell: bash
363371
- uses: actions/upload-artifact@v4
364372
if: always()
365373
with:
@@ -422,6 +430,10 @@ jobs:
422430
PYTEST_ADDOPTS: --color=yes --tb=short
423431
TOX_PARALLEL_NO_SPINNER: 1
424432
shell: bash
433+
- name: Combine coverages
434+
if: always()
435+
run: python -m tox run -e coverage --skip-missing-interpreters false
436+
shell: bash
425437
- uses: actions/upload-artifact@v4
426438
if: always()
427439
with:

0 commit comments

Comments
 (0)