2016-12-08 19:54:53 +00:00
|
|
|
[run]
|
|
|
|
branch = True
|
|
|
|
source = dbfilestorage
|
|
|
|
|
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
if self.debug:
|
|
|
|
pragma: no cover
|
|
|
|
raise NotImplementedError
|
|
|
|
if __name__ == .__main__.:
|
|
|
|
ignore_errors = True
|
|
|
|
omit =
|
|
|
|
tests/*
|
2017-01-20 19:38:41 +00:00
|
|
|
dbfilestorage/migrations/*
|