mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Use coveragerc.
This commit is contained in:
parent
2356491fd7
commit
d0bf6512a9
2 changed files with 7 additions and 1 deletions
6
.coveragerc
Normal file
6
.coveragerc
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[run]
|
||||||
|
source = authority
|
||||||
|
branch = 1
|
||||||
|
|
||||||
|
[report]
|
||||||
|
omit = *tests*,*migrations*
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -8,7 +8,7 @@ envlist =
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
commands =
|
commands =
|
||||||
coverage run -a --source=authority example/manage.py test authority exampleapp
|
coverage run -a example/manage.py test authority exampleapp
|
||||||
coverage report
|
coverage report
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue