Specified coverage config.

This commit is contained in:
Jannis Leidel 2014-11-21 15:33:11 +01:00
parent 0cf8d4a590
commit a7f50d2c25
2 changed files with 8 additions and 1 deletions

6
.coveragerc Normal file
View file

@ -0,0 +1,6 @@
[run]
source = constance
branch = 1
[report]
omit = *tests*,*migrations*

3
.gitignore vendored
View file

@ -5,4 +5,5 @@
build/
dist/
test.db
.tox
.tox
.coverage