amaranth/.coveragerc
whitequark 80194e1a7e CI: fix code coverage collection.
This has been broken since commit d71e19e2 (2020-07-22).
2020-10-15 18:09:04 +00:00

13 lines
127 B
INI

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