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

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

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

# #}
