6 lines
141 B
Bash
Executable file
6 lines
141 B
Bash
Executable file
#!/bin/bash -xe
|
|
coverage run --concurrency=multiprocessing manage.py test passbook --failfast
|
|
coverage combine
|
|
coverage html
|
|
coverage report
|