Files
authentik/scripts/coverage.sh
2019-12-02 16:43:50 +01:00

6 lines
121 B
Bash
Executable File

#!/bin/bash -xe
coverage run --concurrency=multiprocessing manage.py test
coverage combine
coverage html
coverage report