[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 <htuch@google.com>
This commit is contained in:
htuch 2018-09-05 11:32:59 -04:00 committed by Max Moroz
parent 62bbe5a3a3
commit a9ae43ef6b
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ auto_ccs:
- "alyssar@google.com"
- "dio@tetrate.io"
- "envoy-security@googlegroups.com"
coverage_extra_args: -ignore-filename-regex='.*\.cache.*'