Skip to content

Commit

Permalink
Add coverage_support filegroup to apple_support.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 225239779
  • Loading branch information
allevato authored and sergiocampama committed Dec 13, 2018
1 parent 20a9283 commit ec174ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 4 additions & 0 deletions tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit ec174ce

Please sign in to comment.