diff options
author | 2025-04-01 20:30:34 +0300 | |
---|---|---|
committer | 2025-04-01 20:30:34 +0300 | |
commit | 092f450f0e1ba58098d50799db51b1a5b4217053 (patch) | |
tree | eceaa2c8255be0e5f56c9299fcebbffa31d24639 /test | |
parent | 803eac3efdbcfb0405f059e3485de35673e27411 (diff) |
tests: update lcov ignore_error param
Type: test
Add the value 'negative' into ignore_error param to fix lcov error
for test-cov.
Change-Id: Ia10f70315e9f9f24bfa1d177a7293b65c3889fd2
Signed-off-by: Ivan Ivanets <iivanets@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 37f8e2db18b..6196be80a18 100644 --- a/test/Makefile +++ b/test/Makefile @@ -402,7 +402,7 @@ endif LCOV_VERSION=$(shell lcov --version | sed -E 's/^lcov: LCOV version ([0-9]+)[.].*/\1/') LCOV_IGNORE_ERRORS= ifeq ($(LCOV_VERSION),2) -LCOV_IGNORE_ERRORS=--ignore-errors unused,empty,mismatch,gcov +LCOV_IGNORE_ERRORS=--ignore-errors unused,empty,mismatch,gcov,negative endif .PHONY: cov-post |