Skip to content

Commit 7be313c

Browse files
authored
Fix coverage
1 parent cabe672 commit 7be313c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
pip install versioneer[toml]==0.29
7272
pip install . --no-deps --no-build-isolation
7373
coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
74+
coverage xml
7475
- name: Coverage
7576
if: matrix.label == 'linux-64-py-3-12'
7677
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)