Merge remote-tracking branch 'origin/master' into lash/writer

This commit is contained in:
lash
2022-03-11 08:11:31 +00:00
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]