We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6872918 commit 8b60c51Copy full SHA for 8b60c51
tox.ini
@@ -63,7 +63,7 @@ passenv =
63
# Can be used to specify which tests to run, e.g.: tox -- -s
64
commands =
65
coverage run --source sagemaker -m pytest {posargs}
66
- {env:IGNORE_COVERAGE:} coverage report --fail-under=85 --omit */tensorflow/tensorflow_serving/*
+ {env:IGNORE_COVERAGE:} coverage report --fail-under=86 --omit */tensorflow/tensorflow_serving/*
67
extras = test
68
69
[testenv:flake8]
0 commit comments