# {# pkglts, coverage
[html]
title = {{ base.pkg_full_name }}'s coverage
directory = build/htmlcov

[run]
source = {{ base.pkg_full_name }}

[report]
show_missing = True
exclude_lines =
    # Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplemented
    raise NotImplementedError
    __main__
# #}
