authentik/scripts/coverage.sh

6 lines
132 B
Bash
Raw Normal View History

#!/bin/bash -xe
2020-05-08 18:46:39 +01:00
coverage run --concurrency=multiprocessing manage.py test --failfast
coverage combine
coverage html
coverage report