Measure test coverage.

This commit is contained in:
whitequark 2018-12-13 02:04:23 +00:00
parent b4dab74b2e
commit e45e7f1608
2 changed files with 11 additions and 0 deletions

9
.coveragerc Normal file
View file

@ -0,0 +1,9 @@
[run]
branch = True
omit =
nmigen/test/*
*/__init__.py
[report]
exclude_lines =
:nocov:

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
*.egg-info
*.il
*.v
/.coverage
/htmlcov