Merge branch 'Ida/ci-test' into 'master'

Add coverage and slither analysis

See merge request cicnet/eth-address-index!2
This commit is contained in:
2022-02-20 19:47:03 +00:00
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]