10 lines
252 B
Python
10 lines
252 B
Python
|
# This is a stub BUILD to override remote_coverage_tools.
|
||
|
# See b/201242197 for more information.
|
||
|
|
||
|
package(default_visibility = ["//visibility:public"])
|
||
|
|
||
|
filegroup(
|
||
|
name = "coverage_report_generator",
|
||
|
srcs = ["coverage_report_generator.sh"],
|
||
|
)
|