diff --git a/README.md b/README.md index 1315b4b..19154db 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "build_bazel_apple_support", remote = "https://github.com/bazelbuild/apple_support.git", - tag = "0.1.0", + tag = "0.1.1", ) load( diff --git a/tools/BUILD b/tools/BUILD index b97faa7..ec83a38 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -2,6 +2,10 @@ licenses(["notice"]) package(default_visibility = ["//visibility:public"]) +# Additional files, such as tools, that should be present in a test's runfiles +# during coverage collection. +filegroup(name = "coverage_support") + sh_binary( name = "xcode_path_wrapper", srcs = ["xcode_path_wrapper.sh"],