diff --git a/setup.cfg b/setup.cfg index d048030d..e883c540 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ xfail_strict = true addopts = --verbose --ignore=build/private - --cov hyperpod_cli + --cov sagemaker.hyperpod --cov-config setup.cfg --cov-report term-missing --cov-report html:build/hyperpod-documentation/coverage @@ -59,8 +59,8 @@ addopts = --durations=5 # Default to colorful output --color=yes - # Uncomment to enforce a minimum code coverage threshold. - # --cov-fail-under 50 + # Enforce a minimum code coverage threshold + --cov-fail-under 50 testpaths = test looponfailroots = src test