distil/.coveragerc
Lingxian Kong 0e183ccf0d Add unit tests for api module
With this patch, distil coverage rate will be 71%

Change-Id: Ie7136b509171d3c3636fa883f4308f5a61cf4bf0
2017-06-16 10:37:12 +12:00

20 lines
295 B
INI

[run]
branch = True
source = distil
omit =
.tox/*
distil/tests/*
distil/api/web.py
distil/api/helpers.py
distil/auth.py
distil/database.py
distil/helpers.py
distil/initdb.py
distil/interface.py
distil/NoPickle.py
distil/rates.py
distil/transformers.py
[report]
ignore_errors = True