caeb26b1f5
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
8 lines
113 B
INI
8 lines
113 B
INI
[run]
|
|
branch = True
|
|
source = validations_common
|
|
omit = validations_common/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|