Adds .coveragerc; Omit modules from coverage reporting, thus skewing results.

pull/79/head
Kieran Prasch 2018-02-22 22:21:36 -08:00
parent 9c653cce9f
commit ca75952dcf
1 changed files with 6 additions and 0 deletions

6
.coveragerc Normal file
View File

@ -0,0 +1,6 @@
[run]
omit = *tests/*,
setup.py,
umbral/__init__.py