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 883e534 commit dffcc3dCopy full SHA for dffcc3d
setup.cfg
@@ -50,7 +50,7 @@ xfail_strict = true
50
addopts =
51
--verbose
52
--ignore=build/private
53
- --cov hyperpod_cli
+ --cov sagemaker.hyperpod
54
--cov-config setup.cfg
55
--cov-report term-missing
56
--cov-report html:build/hyperpod-documentation/coverage
@@ -59,8 +59,8 @@ addopts =
59
--durations=5
60
# Default to colorful output
61
--color=yes
62
- # Uncomment to enforce a minimum code coverage threshold.
63
- # --cov-fail-under 50
+ # Enforce a minimum code coverage threshold
+ --cov-fail-under 50
64
testpaths = test
65
looponfailroots = src test
66
0 commit comments