debian-koji/.coveragerc
2021-05-25 11:44:54 +02:00

18 lines
209 B
INI

[run]
data_file = .coverage2
omit =
setup.py
/usr/*
hub/*
plugins/hub/*
tests/*
.tox/*
[report]
exclude_lines =
pragma: no cover
no cover: 2.x
[html]
directory = htmlcov/py2