| |
@@ -36,6 +36,7 @@
|
| |
python_functions=test should
|
| |
python_files=test_* testfunc_*
|
| |
testpaths = testing
|
| |
+ addopts = --cov-config=setup.cfg --cov-report term-missing --cov-report html
|
| |
filterwarnings =
|
| |
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning:koji
|
| |
ignore:defusedxml.cElementTree is deprecated, import from defusedxml.ElementTree instead:DeprecationWarning:openid
|
| |
@@ -43,3 +44,6 @@
|
| |
ignore:'contextfunction' is renamed to 'pass_context', the old name will be removed in Jinja 3.1.:DeprecationWarning:flask_admin
|
| |
ignore:The 'autoescape' extension is deprecated and will be removed in Jinja 3.1. This is built in now.:DeprecationWarning:jinja2
|
| |
ignore:The 'with' extension is deprecated and will be removed in Jinja 3.1. This is built in now.:DeprecationWarning:jinja2
|
| |
+
|
| |
+ [coverage:run]
|
| |
+ source = blockerbugs
|
| |
Adjust config files to make the coverage execution command as simple as
possible.
Fixes: https://pagure.io/fedora-qa/blockerbugs/issue/201