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 0e56640 commit a184aadCopy full SHA for a184aad
.github/workflows/code-coverage.yml
tox.ini
@@ -23,8 +23,3 @@ commands =
23
description = Run integration tests
24
commands =
25
pytest test/integration_tests
26
-
27
-[testenv:coverage]
28
-description = Run unit tests with coverage
29
-commands =
30
- pytest test/unit_tests --cov=sagemaker.hyperpod --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=70
0 commit comments