pyproject: write XML coverage after running the testsuite.
This is particularly useful with IDEs that can display coverage in the editor, e.g. VS Code with the "Coverage Gutters" extension.
This commit is contained in:
parent
25c3531e93
commit
eef248a080
3 changed files with 4 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ omit =
|
|||
|
||||
[report]
|
||||
exclude_lines =
|
||||
:nocov:
|
||||
:nocov:
|
||||
partial_branches =
|
||||
:nobr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue