Merge remote-tracking branch 'origin/master' into tmp

This commit is contained in:
lash
2022-04-20 21:24:23 +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]