add coverage report
This commit is contained in:
parent
90ed0c28be
commit
851686dd0b
7 changed files with 58 additions and 18 deletions
|
@ -9,7 +9,9 @@ branch = True
|
|||
|
||||
[coverage:report]
|
||||
omit =
|
||||
test/*
|
||||
test/**
|
||||
venv/**
|
||||
**/test/**
|
||||
|
||||
[pep8]
|
||||
ignore = E111,E114
|
||||
|
@ -17,4 +19,4 @@ max-line-length = 100
|
|||
|
||||
[flake8]
|
||||
ignore = E111,E114
|
||||
max-line-length = 100
|
||||
max-line-length = 100
|
||||
|
|
Reference in a new issue