Add code coverage script

This commit is contained in:
Sascha Ißbrücker
2021-05-14 12:23:11 +02:00
parent d643fca98f
commit 9aa17d0528
3 changed files with 8 additions and 0 deletions

5
coverage.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
coverage erase
coverage run manage.py test
coverage report --sort=cover