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 45536f3 commit cd5c22cCopy full SHA for cd5c22c
tox.ini
@@ -51,7 +51,7 @@ passenv =
51
AWS_DEFAULT_REGION
52
commands =
53
coverage run --source sagemaker_pytorch_serving_container -m pytest {posargs}
54
- {env:IGNORE_COVERAGE:} coverage report --fail-under=80 --include *sagemaker_pytorch_serving_container*
+ {env:IGNORE_COVERAGE:} coverage report --fail-under=95 --include *sagemaker_pytorch_serving_container*
55
deps =
56
coverage
57
pytest
0 commit comments