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.
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