amaranth/.coveragerc
Catherine eef248a080 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.
2024-05-06 11:09:46 +00:00

13 lines
124 B
INI

[run]
branch = True
include =
amaranth/*
omit =
tests/*
[report]
exclude_lines =
:nocov:
partial_branches =
:nobr: