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 0dec678 commit f794088Copy full SHA for f794088
tox.ini
@@ -28,4 +28,4 @@ commands =
28
description = Run unit tests with coverage
29
deps = pytest-cov
30
commands =
31
- pytest test/unit_tests --cov=src --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
+ pytest test/unit_tests --cov=src/sagemaker --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
0 commit comments