Skip to content

Commit d86452b

Browse files
committed
Fix github action for combining coverage data
1 parent e99563b commit d86452b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
python -m pip install -U .
5858
python -m pytest --cov=pydantic2ts --cov-append
5959
- name: Combine coverage data
60+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
6061
run: |
6162
coverage combine
6263
coverage report

0 commit comments

Comments
 (0)