This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-12-02 15:43:50 +00:00
|
|
|
#!/bin/bash -xe
|
2020-06-07 17:30:56 +00:00
|
|
|
coverage run --concurrency=multiprocessing manage.py test passbook --failfast
|
2019-12-02 15:43:50 +00:00
|
|
|
coverage combine
|
|
|
|
coverage html
|
|
|
|
coverage report
|