root(minor): add script to run coverage
This commit is contained in:
5
scripts/coverage.sh
Executable file
5
scripts/coverage.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash -xe
|
||||
coverage run --concurrency=multiprocessing manage.py test
|
||||
coverage combine
|
||||
coverage html
|
||||
coverage report
|
||||
Reference in New Issue
Block a user