[run]
source = xibif_connection
omit = xibif_connection/tests/*
branch = True

[report]
exclude_lines =
    pragma: no cover
    if __name__ == "__main__":
    raise NotImplementedError
show_missing = True
sort = Name

[html]
directory = .html

[paths]
source =
    xibif_connection
    */site-packages/xibif_connection
