Skip to content

Commit 747bd62

Browse files
Remove '--include' filter for coverage report in tox.ini, since it does not work with newer coverage tool for some reason.
1 parent 1c8644c commit 747bd62

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
@@ -54,7 +54,7 @@ passenv =
5454
AWS_DEFAULT_REGION
5555
commands =
5656
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*
57+
{env:IGNORE_COVERAGE:} coverage report --fail-under=90
5858
extras = test
5959

6060
[testenv:flake8]

0 commit comments

Comments
 (0)