Skip to content

Commit ce29a1e

Browse files
authored
Merge pull request #174 from pyiron/coverage
Fix coverage
2 parents cabe672 + 7be313c commit ce29a1e

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)