Fix coverage omit config value

to not include /var/lib/buildbot/... and remove also __init__.
This commit is contained in:
Lee Miller 2022-04-29 17:54:24 +03:00
parent 760ff5f060
commit b8c2795b82
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -49,11 +49,9 @@ commands =
[coverage:run] [coverage:run]
source = src source = src
omit = omit =
*/lib*
tests.py tests.py
*/tests/* */tests/*
src/version.py src/version.py
*/__init__.py
src/fallback/umsgpack/* src/fallback/umsgpack/*
[coverage:report] [coverage:report]