Add coverage and slither analysis

This commit is contained in:
2022-02-20 19:47:03 +00:00
committed by Blair Vanderlugt
parent 3dd286285c
commit d68995329c
4 changed files with 67 additions and 0 deletions

BIN
python/.coverage Normal file

Binary file not shown.

7
python/.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
[report]
omit = .venv/*
**/runnable/*.py
[html]