Skip to content

Commit 562fae1

Browse files
committed
Bug fix for 0 percent code coverage error
1 parent f794088 commit 562fae1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ commands =
2626

2727
[testenv:coverage]
2828
description = Run unit tests with coverage
29-
deps = pytest-cov
29+
deps =
30+
pytest-cov
31+
-e .
3032
commands =
31-
pytest test/unit_tests --cov=src/sagemaker --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
33+
pytest test/unit_tests --cov=sagemaker.hyperpod --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70

0 commit comments

Comments
 (0)