Skip to content

Commit cb8e35d

Browse files
Better coverage report after tests (elastic#1772)
1 parent cdb14b6 commit cb8e35d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

noxfile.py

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ def test(session):
4747
"-vvv",
4848
"--cov=elasticsearch_dsl",
4949
"--cov=tests.test_integration.test_examples",
50+
"--cov-report=term-missing",
51+
"--cov-branch",
52+
"--cov-report=html",
5053
"tests/",
5154
)
5255
session.run("pytest", *argv)

0 commit comments

Comments
 (0)