mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-01 07:34:42 +00:00
Add runtests.sh script to run tox and generate HTML coverage summary.
This commit is contained in:
parent
6ae66e0153
commit
2bc4de921c
2 changed files with 6 additions and 0 deletions
|
|
@ -4,3 +4,4 @@
|
|||
^\.coverage$
|
||||
^\.tox/
|
||||
^Django.*\.egg$
|
||||
^htmlcov/
|
||||
|
|
|
|||
5
runtests.sh
Executable file
5
runtests.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
coverage erase
|
||||
tox
|
||||
coverage html --include=model_utils/* --omit=model_utils/tests/*
|
||||
Loading…
Reference in a new issue