Skip to content

Commit 93f9f0b

Browse files
author
avandras
committed
Attempt fixing coverage part
1 parent 236e1c3 commit 93f9f0b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ jobs:
3838
- name: Run tests and flake8
3939
run: python .github/workflows/run_tests.py
4040

41+
post-unit-coverage:
42+
runs-on: ${{ matrix.os }}
43+
needs: unit
44+
strategy:
45+
fail-fast: false
46+
matrix:
47+
os: [ubuntu-latest, windows-latest, macos-latest]
48+
steps:
49+
- uses: actions/checkout@v4
50+
51+
- name: Set up Python ${{ matrix.python-version }}
52+
uses: actions/setup-python@v5
53+
with:
54+
python-version: 3.12
55+
4156
- name: Combine coverage
4257
run: python .github/workflows/run_tests.py combine
4358

0 commit comments

Comments
 (0)