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 86cf577 commit fea1020Copy full SHA for fea1020
tox.ini
@@ -69,7 +69,7 @@ passenv =
69
commands =
70
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
71
pytest --cov=sagemaker --cov-append {posargs}
72
- {env:IGNORE_COVERAGE:} coverage report -i
+ {env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
73
deps = .[test]
74
depends =
75
{py36,py37,py38}: clean
0 commit comments