Skip to content

Commit

Permalink
coverage: exclude win32 tests from coverage. (envoyproxy#19557)
Browse files Browse the repository at this point in the history
All other tests that depend on //source/exe:envoy-static are already
excluded from the coverage. Also, those tests run only on win32, but
its dependencies are build on all platforms leading to the increased
build times and other issues.

Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Jan 15, 2022
1 parent 0a4e3d9 commit 20ae148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/exe/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ envoy_cc_test(
envoy_cc_test(
name = "win32_scm_test",
srcs = ["win32_scm_test.cc"],
coverage = False,
data = [
"//source/exe:envoy-static",
"//test/config/integration:google_com_proxy_port_0",
Expand All @@ -121,6 +122,7 @@ envoy_cc_test(
envoy_cc_test(
name = "win32_outofproc_main_test",
srcs = ["win32_outofproc_main_test.cc"],
coverage = False,
data = [
"//source/exe:envoy-static",
"//test/config/integration:google_com_proxy_port_0",
Expand Down

0 comments on commit 20ae148

Please sign in to comment.