From e6f455d25920cc427bddfc69d90320b122af2ab5 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Fri, 19 Nov 2021 11:36:30 -0700 Subject: zephyr: gitlab: Filter chip/core specific code from coverage Since we're not running these in a QEMU we'll never be able to touch these files. BRANCH=none BUG=none TEST=Run zmake with coverage and manually run lcov with the filters Signed-off-by: Yuval Peress Change-Id: I7815dfedafaaacad160408fec7618c89e457d280 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3291128 Reviewed-by: Jeremy Bettis --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703b5ad12b..6fe0eda1b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,7 @@ merged_coverage: - lcov -o build/merged_no_zephyr.info -r build/merged.info "${ZEPHYR_BASE}/**" "${MODULES_DIR}/**" 'zephyr/drivers/**' 'zephyr/include/drivers/**' + 'zephyr/shim/chip/**' 'zephyr/shim/core/**' '/usr/include/x86_64-linux-gnu/**' artifacts: paths: -- cgit v1.2.1