validations-common/.coveragerc
Jiri Podivin caeb26b1f5 Cover report omits test files
Coverage report previously included information about
files used by unit tests. Which distorted the statistics
in a considerable fashion.

Keeping the setting in the .coveragerc is a better option.
Also fixes wrong source path in .coveragerc.

Closes-bug: #1922726

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I5c5a473bda9134d72c01eb4aea22452ebfb85fe5
2021-04-06 15:34:18 +02:00

8 lines
113 B
INI

[run]
branch = True
source = validations_common
omit = validations_common/tests/*
[report]
ignore_errors = True