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