[run]
source = nti.testing
# New in 5.0; required for the GHA coveralls submission.
# Perhaps this obsoletes the source section in [paths]?
relative_files = True

[report]
# Coverage is run on Linux under cPython 2 and 3,
# exclude branches that are windows, pypy
# specific
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    if PYPY:
    if sys.platform == 'win32':
    if mswindows:
    if is_windows:

# Local Variables:
# mode: conf
# End:
