From a9ae43ef6bd4bfbec0c4a1de692eb4b76ecf32e3 Mon Sep 17 00:00:00 2001 From: htuch Date: Wed, 5 Sep 2018 11:32:59 -0400 Subject: [PATCH] [envoy] coverage_extra_args to ignore external deps. (#1777) This is necessary due to a known limitation in how Envoy's Bazel build of external deps works. Signed-off-by: Harvey Tuch --- projects/envoy/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/envoy/project.yaml b/projects/envoy/project.yaml index 883f17405..2cbbf6569 100644 --- a/projects/envoy/project.yaml +++ b/projects/envoy/project.yaml @@ -5,3 +5,4 @@ auto_ccs: - "alyssar@google.com" - "dio@tetrate.io" - "envoy-security@googlegroups.com" +coverage_extra_args: -ignore-filename-regex='.*\.cache.*'