Init Commit: Moved bproto to seperate repo
This commit is contained in:
14
.coveragerc
Normal file
14
.coveragerc
Normal file
@@ -0,0 +1,14 @@
|
||||
[report]
|
||||
exclude_also =
|
||||
def __repr__
|
||||
precision = 2
|
||||
sort = Name
|
||||
|
||||
[xml]
|
||||
output = coverage/cov_python.xml
|
||||
|
||||
[run]
|
||||
branch = True
|
||||
include = test/backend_output/python/*,
|
||||
src/*,
|
||||
omit = src/gen/*
|
||||
Reference in New Issue
Block a user