Skip to content

Commit e106075

Browse files
committed
reduce coverage threshold
1 parent 4c25ab2 commit e106075

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
@@ -52,7 +52,7 @@ passenv =
5252
AWS_DEFAULT_REGION
5353
commands =
5454
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*
55+
{env:IGNORE_COVERAGE:} coverage report --fail-under=85 --include *sagemaker_pytorch_serving_container*
5656

5757
deps =
5858
coverage

0 commit comments

Comments
 (0)