Add coverage
This commit is contained in:
parent
3db4514f6d
commit
57bc21cc34
3 changed files with 13 additions and 1 deletions
4
run_coverage
Executable file
4
run_coverage
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
PYTHONPATH=. DJANGO_SETTINGS_MODULE=config.settings.development coverage run -m django test
|
||||
coverage html
|
||||
xdg-open ./htmlcov/index.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue