Skip to content

Commit b6fd304

Browse files
fmeumcopybara-github
authored andcommitted
Set --combined_report to lcov by default
It's very likely that someone running `bazel coverage` wants a combined report and the message announcing the report's path makes the effect of `bazel coverage` easier to understand. RELNOTES[INC]: `--combined_report` now defaults to `lcov` (was: `none`). Closes #26328. PiperOrigin-RevId: 772916208 Change-Id: I791313fadda5360c82882c1830d12f98d7755e1c
1 parent d34e22e commit b6fd304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/bazel/coverage/BazelCoverageReportModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class Options extends OptionsBase {
5151
converter = ReportTypeConverter.class,
5252
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
5353
effectTags = {OptionEffectTag.UNKNOWN},
54-
defaultValue = "none",
54+
defaultValue = "lcov",
5555
help =
5656
"Specifies desired cumulative coverage report type. At this point only LCOV "
5757
+ "is supported.")

0 commit comments

Comments
 (0)