mirror of https://github.com/google/oss-fuzz.git
[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:
parent
62bbe5a3a3
commit
a9ae43ef6b
|
@ -5,3 +5,4 @@ auto_ccs:
|
|||
- "alyssar@google.com"
|
||||
- "dio@tetrate.io"
|
||||
- "envoy-security@googlegroups.com"
|
||||
coverage_extra_args: -ignore-filename-regex='.*\.cache.*'
|
||||
|
|
Loading…
Reference in New Issue