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 4c25ab2 commit e106075Copy full SHA for e106075
tox.ini
@@ -52,7 +52,7 @@ passenv =
52
AWS_DEFAULT_REGION
53
commands =
54
coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs}
55
- {env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container*
+ {env:IGNORE_COVERAGE:} coverage report --fail-under=85 --include *sagemaker_pytorch_serving_container*
56
57
deps =
58
coverage
0 commit comments