Measure test coverage.
This commit is contained in:
parent
b4dab74b2e
commit
e45e7f1608
9
.coveragerc
Normal file
9
.coveragerc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
omit =
|
||||||
|
nmigen/test/*
|
||||||
|
*/__init__.py
|
||||||
|
|
||||||
|
[report]
|
||||||
|
exclude_lines =
|
||||||
|
:nocov:
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.il
|
*.il
|
||||||
*.v
|
*.v
|
||||||
|
/.coverage
|
||||||
|
/htmlcov
|
||||||
|
|
Loading…
Reference in a new issue