Commit ef54ef5
Expose metadata_files parameter in coverage_common.instrumented_files_info
Allows all rules to provide additional metadata files to the
InstrumentedFilesInfo provider.
It was always a little odd that the metadata_files attribute on the provider
was exposed, but there was no way of populating it from Starlark.
The other parameters are still considered too tied up with internal details at
the moment to be exposed at this time.
RELNOTES: coverage_common.instrumented_files_info now has a metadata_files argument
PiperOrigin-RevId: 545391150
Change-Id: I3febdaf23c82d60c32b241a3935da27fd086fb7a1 parent 92d6f22 commit ef54ef5
3 files changed
Lines changed: 10 additions & 6 deletions
File tree
- src
- main/java/com/google/devtools/build/lib
- analysis/test
- starlarkbuildapi/test
- test/java/com/google/devtools/build/lib/starlark
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| 951 | + | |
| 952 | + | |
951 | 953 | | |
952 | 954 | | |
953 | 955 | | |
| |||
967 | 969 | | |
968 | 970 | | |
969 | 971 | | |
| 972 | + | |
970 | 973 | | |
971 | 974 | | |
972 | 975 | | |
| |||
1033 | 1036 | | |
1034 | 1037 | | |
1035 | 1038 | | |
1036 | | - | |
| 1039 | + | |
1037 | 1040 | | |
1038 | 1041 | | |
1039 | 1042 | | |
| |||
0 commit comments