Skip to content

Commit

Permalink
Flip default for --experimental_ignore_deprecated_instrumentation_spec
Browse files Browse the repository at this point in the history
This stops using legacy InstrumentationSpec configuration by default for the few native rules which used this legacy configuration (filegroup, shell script, and Python), instead using a configuration which behaves as putting "srcs" under the source_attributes parameter of coverage_common.instrumented_files_info and "deps" and "data" under dependency_attributes.

RELNOTES: Update coverage configuration for Python, filegroup, and shell script rules to distinguish between source and dependency attributes.
PiperOrigin-RevId: 323030795
  • Loading branch information
Googler authored and copybara-github committed Jul 24, 2020
1 parent 78db762 commit d03c127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public String getTypeDescription() {

@Option(
name = "experimental_ignore_deprecated_instrumentation_spec",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
help =
Expand Down

0 comments on commit d03c127

Please sign in to comment.