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]
source = src
omit =
*/lib*
tests.py
*/tests/*
src/version.py
*/__init__.py
src/fallback/umsgpack/*
[coverage:report]