mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Cosmetic changes
This commit is contained in:
parent
ed72e697de
commit
8b7a680a1e
1 changed files with 3 additions and 8 deletions
|
@ -15,6 +15,7 @@ known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
branch = True
|
branch = True
|
||||||
source = radicale
|
source = radicale
|
||||||
|
omit = tests/*,*/tests/*
|
||||||
|
|
||||||
[coverage:report]
|
[coverage:report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
|
@ -28,9 +29,3 @@ exclude_lines =
|
||||||
|
|
||||||
# Don't complain if non-runnable code isn't run:
|
# Don't complain if non-runnable code isn't run:
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
|
||||||
omit =
|
|
||||||
tests/*
|
|
||||||
*/tests/*
|
|
||||||
|
|
||||||
ignore_errors = True
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue