We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e4fc7 commit 2601f3cCopy full SHA for 2601f3c
.github/workflows/python-package.yml
@@ -42,6 +42,7 @@ jobs:
42
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
43
run: |
44
coverage run -m pytest --disable-warnings -p no:warnings test
45
+ coverage xml
46
- name: Upload coverage data
47
uses: actions/upload-artifact@v4
48
with:
@@ -51,6 +52,8 @@ jobs:
51
52
if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, '3.14')
53
uses: coverallsapp/github-action@v2
54
55
+ coverage-format: cobertura
56
+ path-to-coverage-file: coverage.xml
57
parallel: true
58
flag-name: Unit Test
59
0 commit comments