[paths]
source =
  src/sphinxcontrib/towncrier
  */src/sphinxcontrib/towncrier
  .tox/*/lib/python*/site-packages/sphinxcontrib/towncrier

[report]
skip_covered = true
show_missing = true
exclude_lines =
    \#\s*pragma: no cover
    ^\s*raise AssertionError\b
    ^\s*raise NotImplementedError\b
    ^\s*return NotImplemented\b
    ^\s*raise$
    ^if __name__ == ['"]__main__['"]:$

[run]
branch = true
cover_pylib = false
parallel = true
relative_files = true
source =
  tests
source_pkgs =
  sphinxcontrib.towncrier
