Add coverage, set up CI.

This commit is contained in:
2021-05-19 23:27:46 -07:00
parent c95c0fe00b
commit de0da89f0a
3 changed files with 40 additions and 0 deletions

14
.coveragerc Normal file
View File

@@ -0,0 +1,14 @@
[run]
command_line = manage.py test
branch = true
source =
main/
omit =
main/migrations/*
main/apps.py
main/tests.py