Initial release
This commit is contained in:
parent
1760b496c6
commit
7bcb700dfa
12 changed files with 865 additions and 26 deletions
9
.coveragerc
Normal file
9
.coveragerc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[run]
|
||||
source = ./ip_listener/
|
||||
omit =
|
||||
**/tests/**
|
||||
**/tests.py
|
||||
**/__init__.py
|
||||
|
||||
[html]
|
||||
directory = coverage
|
||||
Loading…
Add table
Add a link
Reference in a new issue