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 e99563b commit d86452bCopy full SHA for d86452b
.github/workflows/cicd.yml
@@ -57,6 +57,7 @@ jobs:
57
python -m pip install -U .
58
python -m pytest --cov=pydantic2ts --cov-append
59
- name: Combine coverage data
60
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
61
run: |
62
coverage combine
63
coverage report
0 commit comments