Add coverage configuration for Distil
1. Add .coveragerc 2. Add coverage related files into .gitignore Change-Id: I45a8cabb296595f42fe47fafddbd2fd56c132eb8
This commit is contained in:
parent
f44c8d0931
commit
613f6d79a5
18
.coveragerc
Normal file
18
.coveragerc
Normal file
@ -0,0 +1,18 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = distil
|
||||
omit =
|
||||
.tox/*
|
||||
distil/tests/*
|
||||
distil/api/web.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
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -42,5 +42,9 @@ bin/waitress-serve
|
||||
local/
|
||||
test_vm/
|
||||
env/
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
.idea
|
||||
|
||||
.coverage
|
||||
cover/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user