build: added tests and configs for linting and coverage

This commit is contained in:
Alex Kelly 2021-08-28 16:51:43 -04:00
parent 8c01fc124e
commit d3da7802cf
3 changed files with 642 additions and 2 deletions

9
.coveragerc Normal file
View file

@ -0,0 +1,9 @@
[run]
source =
task_status
omit =
*/__init__.py
[report]
fail_under =
80