Skip to content

Commit fea1020

Browse files
committed
fix: tox.ini
1 parent 86cf577 commit fea1020

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
@@ -69,7 +69,7 @@ passenv =
6969
commands =
7070
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
7171
pytest --cov=sagemaker --cov-append {posargs}
72-
{env:IGNORE_COVERAGE:} coverage report -i
72+
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
7373
deps = .[test]
7474
depends =
7575
{py36,py37,py38}: clean

0 commit comments

Comments
 (0)