initial commit

This commit is contained in:
2021-12-31 20:30:36 +01:00
commit 660c540828
10 changed files with 91 additions and 0 deletions

12
.coveragerc Normal file
View File

@ -0,0 +1,12 @@
[run]
source = src/
branch = true
omit =
.venv/*
[report]
fail_under = 100
show_missing = True
skip_covered = True
exclude_lines =
if __name__ == .__main__.: