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

6 lines
132 B
Bash
Raw Normal View History

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