Skip to content

Commit cd5c22c

Browse files
committed
Add test coverage back
1 parent 45536f3 commit cd5c22c

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
@@ -51,7 +51,7 @@ passenv =
5151
AWS_DEFAULT_REGION
5252
commands =
5353
coverage run --source sagemaker_pytorch_serving_container -m pytest {posargs}
54-
{env:IGNORE_COVERAGE:} coverage report --fail-under=80 --include *sagemaker_pytorch_serving_container*
54+
{env:IGNORE_COVERAGE:} coverage report --fail-under=95 --include *sagemaker_pytorch_serving_container*
5555
deps =
5656
coverage
5757
pytest

0 commit comments

Comments
 (0)