Skip to content

Commit dffcc3d

Browse files
authored
Code Coverage for Integ Tests (#262)
* Code Coverage for Integ Tests * Making sure target of coverage is correct * Removing duplicate implementation
1 parent 883e534 commit dffcc3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ xfail_strict = true
5050
addopts =
5151
--verbose
5252
--ignore=build/private
53-
--cov hyperpod_cli
53+
--cov sagemaker.hyperpod
5454
--cov-config setup.cfg
5555
--cov-report term-missing
5656
--cov-report html:build/hyperpod-documentation/coverage
@@ -59,8 +59,8 @@ addopts =
5959
--durations=5
6060
# Default to colorful output
6161
--color=yes
62-
# Uncomment to enforce a minimum code coverage threshold.
63-
# --cov-fail-under 50
62+
# Enforce a minimum code coverage threshold
63+
--cov-fail-under 50
6464
testpaths = test
6565
looponfailroots = src test
6666

0 commit comments

Comments
 (0)