Skip to content

Commit e5761f6

Browse files
committed
build(github): test with custom logging level
1 parent f6e5b0c commit e5761f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- run: git clone https://github.com/python-semver/python-semver ../semver
3131
- run: cd ../semver && python -m build && cd -
3232
- 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
33+
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
34+
env:
35+
LOGGING_LEVEL: critical
3436
- run: python -m coverage report --show-missing
3537
- run: codecov
3638
publish:

0 commit comments

Comments
 (0)