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 1c8644c commit 747bd62Copy full SHA for 747bd62
tox.ini
@@ -54,7 +54,7 @@ passenv =
54
AWS_DEFAULT_REGION
55
commands =
56
coverage run --rcfile .coveragerc --source sagemaker_pytorch_serving_container -m pytest {posargs}
57
- {env:IGNORE_COVERAGE:} coverage report --fail-under=90 --include *sagemaker_pytorch_serving_container*
+ {env:IGNORE_COVERAGE:} coverage report --fail-under=90
58
extras = test
59
60
[testenv:flake8]
0 commit comments