Measure test coverage.
This commit is contained in:
parent
b4dab74b2e
commit
e45e7f1608
2 changed files with 11 additions and 0 deletions
9
.coveragerc
Normal file
9
.coveragerc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[run]
|
||||
branch = True
|
||||
omit =
|
||||
nmigen/test/*
|
||||
*/__init__.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
:nocov:
|
||||
Loading…
Add table
Add a link
Reference in a new issue