build: added tests and configs for linting and coverage
This commit is contained in:
parent
8c01fc124e
commit
d3da7802cf
3 changed files with 642 additions and 2 deletions
9
.coveragerc
Normal file
9
.coveragerc
Normal file
|
@ -0,0 +1,9 @@
|
|||
[run]
|
||||
source =
|
||||
task_status
|
||||
omit =
|
||||
*/__init__.py
|
||||
|
||||
[report]
|
||||
fail_under =
|
||||
80
|
Loading…
Add table
Add a link
Reference in a new issue