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.
2 parents cabe672 + 7be313c commit ce29a1eCopy full SHA for ce29a1e
.github/workflows/unittests.yml
@@ -71,6 +71,7 @@ jobs:
71
pip install versioneer[toml]==0.29
72
pip install . --no-deps --no-build-isolation
73
coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
74
+ coverage xml
75
- name: Coverage
76
if: matrix.label == 'linux-64-py-3-12'
77
uses: coverallsapp/github-action@v2
0 commit comments