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 f6e5b0c commit e5761f6Copy full SHA for e5761f6
.github/workflows/python.yml
@@ -30,7 +30,9 @@ jobs:
30
- run: git clone https://github.com/python-semver/python-semver ../semver
31
- run: cd ../semver && python -m build && cd -
32
- run: python -m coverage run --branch --source . -m unittest -v
33
- # - run: LOGGING_LEVEL=critical python -m coverage run --append --branch --source . -m unittest -v test.test_version
+ - run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
34
+ env:
35
+ LOGGING_LEVEL: critical
36
- run: python -m coverage report --show-missing
37
- run: codecov
38
publish:
0 commit comments