mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Specified coverage config.
This commit is contained in:
parent
0cf8d4a590
commit
a7f50d2c25
2 changed files with 8 additions and 1 deletions
6
.coveragerc
Normal file
6
.coveragerc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[run]
|
||||
source = constance
|
||||
branch = 1
|
||||
|
||||
[report]
|
||||
omit = *tests*,*migrations*
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,4 +5,5 @@
|
|||
build/
|
||||
dist/
|
||||
test.db
|
||||
.tox
|
||||
.tox
|
||||
.coverage
|
||||
Loading…
Reference in a new issue