fix config for coverage 4.5 changes
This commit is contained in:
@@ -5,6 +5,10 @@ source = gluon
|
||||
## remove comment if you want applications coverage too
|
||||
#source = gluon, applications
|
||||
|
||||
omit = gluon/contrib/*
|
||||
gluon/tests/*
|
||||
gluon/packages/*
|
||||
|
||||
[report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
@@ -23,10 +27,5 @@ exclude_lines =
|
||||
if 0:
|
||||
if __name__ == .__main__.:
|
||||
|
||||
ignore_errors = True
|
||||
omit = gluon/contrib/*
|
||||
gluon/tests/*
|
||||
gluon/packages/*
|
||||
|
||||
[html]
|
||||
directory = coverage_html_report
|
||||
|
||||
Reference in New Issue
Block a user