Skip to content

Commit

Permalink
Contrib coverage (envoyproxy#19867)
Browse files Browse the repository at this point in the history
fix the issue that bazel coverage doesn't do coverage of source code in contrib

Fixes envoyproxy#19729

Signed-off-by: Felix Du <durd07@gmail.com>
  • Loading branch information
durd07 authored Feb 8, 2022
1 parent 5ef1b2f commit 94c44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ build:coverage --strategy=CoverageReport=sandboxed,local
build:coverage --experimental_use_llvm_covmap
build:coverage --collect_code_coverage
build:coverage --test_tag_filters=-nocoverage
build:coverage --instrumentation_filter="//source(?!/common/quic/platform)[/:],//include[/:]"
build:coverage --instrumentation_filter="//source(?!/common/quic/platform)[/:],//include[/:],//contrib(?!/.*/test)[/:]"
build:test-coverage --test_arg="-l trace"
build:fuzz-coverage --config=plain-fuzzer
build:fuzz-coverage --run_under=@envoy//bazel/coverage:fuzz_coverage_wrapper.sh
Expand Down

0 comments on commit 94c44ec

Please sign in to comment.