koji/.coveragerc3

19 lines
221 B
Text
Raw Permalink Normal View History

[run]
data_file = .coverage3
omit =
setup.py
/usr/*
2024-07-16 12:51:04 -04:00
/tmp/*
tests/*
2024-07-16 12:51:04 -04:00
devtools/*
2020-09-08 16:21:40 +02:00
.tox/*
[report]
exclude_lines =
pragma: no cover
no cover 3.x
if six.PY2
[html]
directory = htmlcov/py3