cebe70d471
* coverage * coveragerc * fix placeholder
14 lines
210 B
INI
14 lines
210 B
INI
[run]
|
|
branch = True
|
|
source = dbfilestorage
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
ignore_errors = True
|
|
omit =
|
|
tests/*
|