Files
authentik/scripts/coverage.sh
Jens Langhammer 212e966dd4 factors: -> stage
2020-05-08 20:59:51 +02:00

6 lines
132 B
Bash
Executable File

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