Setup for Coverage and Codcov.io (#6)
* coverage * coveragerc * fix placeholder
This commit is contained in:
parent
33d22038e6
commit
cebe70d471
13
.coveragerc
Normal file
13
.coveragerc
Normal file
@ -0,0 +1,13 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = dbfilestorage
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
if self.debug:
|
||||
pragma: no cover
|
||||
raise NotImplementedError
|
||||
if __name__ == .__main__.:
|
||||
ignore_errors = True
|
||||
omit =
|
||||
tests/*
|
@ -1,2 +1,3 @@
|
||||
Django==1.10.4
|
||||
Sphinx==1.5
|
||||
coverage==4.2
|
||||
|
Loading…
Reference in New Issue
Block a user