summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2021-11-19 11:36:30 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-30 17:56:54 +0000
commite6f455d25920cc427bddfc69d90320b122af2ab5 (patch)
tree8cd48e2bc461ca8356df398c6ee300fa31e216e6 /.gitlab-ci.yml
parent7971149e9f96f2742b6f56a699a3aa9b9ac2e9de (diff)
downloadchrome-ec-e6f455d25920cc427bddfc69d90320b122af2ab5.tar.gz
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 <peress@google.com> Change-Id: I7815dfedafaaacad160408fec7618c89e457d280 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3291128 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: