amaranth/.coveragerc

12 lines
115 B
Plaintext
Raw Normal View History

2018-12-12 19:04:23 -07:00
[run]
branch = True
include =
nmigen/*
2018-12-12 19:04:23 -07:00
omit =
nmigen/test/*
*/__init__.py
[report]
exclude_lines =
:nocov: