Skip to content

Commit a2c4f8e

Browse files
committed
Code Coverage for Integ Tests
1 parent 883e534 commit a2c4f8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ commands =
2121

2222
[testenv:integ]
2323
description = Run integration tests
24+
deps =
25+
pytest-cov
26+
-e .
2427
commands =
25-
pytest test/integration_tests
28+
pytest test/integration_tests --cov=sagemaker.hyperpod --cov-report=term-missing --cov-report=xml:coverage.xml
2629

2730
[testenv:coverage]
2831
description = Run unit tests with coverage

0 commit comments

Comments
 (0)