[run]
source = xibif
omit = xibif/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
    */site-packages/xibif
