Add coverage, set up CI.
This commit is contained in:
14
.coveragerc
Normal file
14
.coveragerc
Normal file
@@ -0,0 +1,14 @@
|
||||
[run]
|
||||
command_line = manage.py test
|
||||
|
||||
branch = true
|
||||
|
||||
source =
|
||||
main/
|
||||
|
||||
|
||||
omit =
|
||||
main/migrations/*
|
||||
main/apps.py
|
||||
main/tests.py
|
||||
|
Reference in New Issue
Block a user