Initial skel

This commit is contained in:
2021-10-08 16:42:25 +02:00
commit 7047b753aa
32 changed files with 813 additions and 0 deletions

16
.coveragerc Normal file
View File

@@ -0,0 +1,16 @@
[paths]
source =
src
*/site-packages
[run]
branch = true
source =
cryptbase
tests
parallel = true
[report]
show_missing = true
precision = 2
omit = *migrations*