[run]
parallel = True
omit = tests/*

[report]
exclude_lines =
    if __name__ == .__main__.:
    pragma: no cover
    NOCOV
show_missing = True
