Fix coveragerc after moving hub code

Related: https://pagure.io/koji/issue/3767
This commit is contained in:
Tomas Kopecek 2023-04-04 12:58:43 +02:00
parent 00a5f3be20
commit 17c7307e61
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ data_file = .coverage2
omit = omit =
setup.py setup.py
/usr/* /usr/*
hub/* kojihub/*
plugins/hub/* plugins/hub/*
tests/* tests/*
.tox/* .tox/*

View file

@ -3,5 +3,6 @@ Cheetah;python_version < '3.0'
Cheetah3;python_version >= '3.0' Cheetah3;python_version >= '3.0'
psycopg2-binary;python_version >= '3.0' psycopg2-binary;python_version >= '3.0'
python-multilib python-multilib
python-qpid-proton python-qpid-proton<0.38.0;python_version < '3.0'
python-qpid-proton;python_version >= '3.0'
rpm-py-installer rpm-py-installer