Add coverage

This commit is contained in:
Maximilian Friedersdorff 2022-07-05 22:29:07 +01:00
parent 3db4514f6d
commit 57bc21cc34
3 changed files with 13 additions and 1 deletions

4
run_coverage Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
PYTHONPATH=. DJANGO_SETTINGS_MODULE=config.settings.development coverage run -m django test
coverage html
xdg-open ./htmlcov/index.html