Skip to content

Commit 315f7ec

Browse files
Roja Reddy Sareddyrsareddy0329
authored andcommitted
Fix tox.ini to fix coverage issue
1 parent 75c601b commit 315f7ec

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

.github/workflows/code-coverage.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ commands =
2323
description = Run integration tests
2424
commands =
2525
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

Comments
 (0)