Init Commit: Moved bproto to seperate repo

This commit is contained in:
AlexanderHD27
2025-04-14 14:43:03 +02:00
commit 45bfc724fc
125 changed files with 10822 additions and 0 deletions

14
.coveragerc Normal file
View File

@@ -0,0 +1,14 @@
[report]
exclude_also =
def __repr__
precision = 2
sort = Name
[xml]
output = coverage/cov_python.xml
[run]
branch = True
include = test/backend_output/python/*,
src/*,
omit = src/gen/*