b77b8d5504
* Setup for Coverage and Codcov.io (#6) * add pip install command (#8) * More tests (#9) * Update Version number
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/*
|