Skip to content

Commit 96f90d7

Browse files
committed
Run unit tests with expected 98% coverage
The Pyhton3 unit tests can't run the code in `__init__.py` which reports to Pyhton 2 that this codebase is now Python 3 only. Hence the level for complete test coverage has been reduced form 100% to 98%. Signed-Off-By: Aidan Delaney <adelaney21@bloomberg.net>
1 parent 2e62cbd commit 96f90d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps =
77
pytest-cov
88
flask
99
pypy: mock
10-
commands = pytest -vl --cov=github_webhook --cov-report term-missing --cov-fail-under 100
10+
commands = pytest -vl --cov=github_webhook --cov-report term-missing --cov-fail-under 98
1111

1212
[testenv:flake8]
1313
deps = flake8

0 commit comments

Comments
 (0)