1[run]
2branch = true
3parallel = true
4omit =
5     setup*
6    .tox/*/lib/python*
7    */tests/*.py
8    */testing/*.py
9    /usr/local/*
10    */mod.py
11plugins =
12     coverplug
13
14[report]
15exclude_lines =
16    pragma: nocover
17    raise NotImplementedError
18    raise AssertionError
19    assert\s
20    nocoverpy${PYV}
21
22[paths]
23source =
24    importlib_metadata
25