summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2021-12-21 10:19:36 -0700
committerCommit Bot <commit-bot@chromium.org>2021-12-23 07:34:01 +0000
commit18fe3e8bee2329648ecad79c60c20c1fff0555aa (patch)
tree2a61770534cc99253795b8f1e11e1703963098fb /.gitlab-ci.yml
parentecb536ff66c843ee4176581dda6570616cccf59b (diff)
downloadchrome-ec-18fe3e8bee2329648ecad79c60c20c1fff0555aa.tar.gz
zephyr: gitlab: Filter project specific code
Project specific code can never be executed by our tests so filter it. BRANCH=none BUG=none TEST=Check the filter pattern added by manually running the command Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I31f54b8bd1aa2d5e95529e790ee5d781228ae40d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3352189 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 5df6d9b9db..afda622446 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,6 +207,7 @@ merged_coverage:
"${ZEPHYR_BASE}/**" "${MODULES_DIR}/**"
"${EC_DIR}/zephyr/drivers/**" "${EC_DIR}/zephyr/include/drivers/**"
"${EC_DIR}/zephyr/shim/chip/**" "${EC_DIR}/zephyr/shim/core/**"
+ "${EC_DIR}/zephyr/projects/**"
'/usr/include/x86_64-linux-gnu/**'
artifacts:
paths: