Skip to content

Commit

Permalink
bazelci: always exclude nocoverage tag in coverage config (envoyproxy…
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan authored May 18, 2020
1 parent ec89d6e commit b867a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ build:coverage --strategy=TestRunner=sandboxed,local
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/chromium_url|/extensions/quic_listeners/quiche/platform)[/:],//include[/:]"
coverage:test-coverage --test_arg="--log-path /dev/null"
coverage:test-coverage --test_arg="-l trace"
Expand Down

0 comments on commit b867a4d

Please sign in to comment.