
This is particularly useful with IDEs that can display coverage in the editor, e.g. VS Code with the "Coverage Gutters" extension.
13 lines
124 B
INI
13 lines
124 B
INI
[run]
|
|
branch = True
|
|
include =
|
|
amaranth/*
|
|
omit =
|
|
tests/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
:nocov:
|
|
partial_branches =
|
|
:nobr:
|