Skip to content

Commit 8b60c51

Browse files
committed
bump test coverage threshold to 86
1 parent 6872918 commit 8b60c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ passenv =
6363
# Can be used to specify which tests to run, e.g.: tox -- -s
6464
commands =
6565
coverage run --source sagemaker -m pytest {posargs}
66-
{env:IGNORE_COVERAGE:} coverage report --fail-under=85 --omit */tensorflow/tensorflow_serving/*
66+
{env:IGNORE_COVERAGE:} coverage report --fail-under=86 --omit */tensorflow/tensorflow_serving/*
6767
extras = test
6868

6969
[testenv:flake8]

0 commit comments

Comments
 (0)