diff --git a/tox.ini b/tox.ini index 0a276d89..fb2fc2ea 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,7 @@ passenv = AWS_DEFAULT_REGION commands = coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs} - {env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container* + {env:IGNORE_COVERAGE:} coverage report --fail-under=90 deps = coverage