tripleo-validations/.coveragerc
Jiri Podivin a7b7152071 Coverage considers other all main source folders, omits tests
This should have been in the initial patch, arguably.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I765218b61f761ce1df387abea33e35f2c96a1ec6
2021-04-07 07:13:38 +00:00

13 lines
204 B
INI

[run]
branch = True
source =
tripleo_validations
library
lookup_plugins
omit = tripleo-validations/openstack/*
[report]
ignore_errors = True
omit =
tripleo_validations/tests/*
tests/*