Skip to content

Commit 120e9ca

Browse files
authored
[7.x] Add --cov-report=term-missing to pytest
1 parent 80f01f8 commit 120e9ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ ignore = E203, E266, E501, W503
1414

1515
[tool:pytest]
1616
junit_family=legacy
17+
addopts = --cov-report=term-missing --cov=elasticsearch --cov-config=setup.cfg
1718

1819
[tool:isort]
1920
profile=black
21+
22+
[report]
23+
show_missing = True
24+
exclude_lines=
25+
raise NotImplementedError*

0 commit comments

Comments
 (0)