Add coverage and slither analysis

This commit is contained in:
2022-02-20 19:47:16 +00:00
committed by Blair Vanderlugt
parent 191b88f137
commit a45672775f
4 changed files with 70 additions and 0 deletions

BIN
python/.coverage Normal file

Binary file not shown.

6
python/.coveragerc Normal file
View File

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