add coveragerc
This commit is contained in:
parent
bb66722036
commit
f82898872c
1 changed files with 8 additions and 0 deletions
8
.coveragerc
Normal file
8
.coveragerc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
omit = */tests/*
|
||||||
|
*/__init__.py
|
||||||
|
data_file = .coverage
|
||||||
|
|
||||||
|
[xml]
|
||||||
|
output = ./coverage.xml
|
Loading…
Reference in a new issue