Skip to content

Commit f794088

Browse files
committed
Make sure coverage is on right source files
1 parent 0dec678 commit f794088

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
@@ -28,4 +28,4 @@ commands =
2828
description = Run unit tests with coverage
2929
deps = pytest-cov
3030
commands =
31-
pytest test/unit_tests --cov=src --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
31+
pytest test/unit_tests --cov=src/sagemaker --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70

0 commit comments

Comments
 (0)