[run]
source = src/botassembly
branch = True
omit =
    tests/*
    */templates/*
    src/botassembly/home/core.py

[report]
show_missing = True
skip_covered = False
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING:
    if __name__ == .__main__.: 
