nmigen.test.utils: restore FHDLTestCase to gracefully deprecate it.
[nmigen.git] / .coveragerc
1 [run]
2 branch = True
3 include =
4 nmigen/*
5 omit =
6 nmigen/test/*
7 */__init__.py
8
9 [report]
10 exclude_lines =
11 :nocov:
12 partial_branches =
13 :nobr: