alternate coverage config to check template coverage

E.g. using https://github.com/MrSenko/coverage-jinja-plugin
This commit is contained in:
Mike McLean 2025-03-17 23:41:34 -04:00 committed by Tomas Kopecek
parent 0fa58716cc
commit aa2192d233

24
.coveragerc3.jinja Normal file
View file

@ -0,0 +1,24 @@
[run]
data_file = .coverage3
plugins =
jinja_coverage
omit =
setup.py
/usr/*
/tmp/*
tests/*
devtools/*
.tox/*
[report]
exclude_lines =
pragma: no cover
no cover 3.x
if six.PY2
[html]
directory = htmlcov/py3
[jinja_coverage]
template_directory = /home/mikem/Devel/koji/koji/www/kojiweb/templates