mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash -xe
|
|
coverage run --concurrency=multiprocessing manage.py test
|
|
coverage combine
|
|
coverage html
|
|
coverage report
|