github.com/sercand/please@v13.4.0+incompatible/test/go_rules/cover-test/BUILD (about)

     1  # This deliberately has hyphens in the name to mimic #537
     2  proto_library(
     3      name = "test-proto",
     4      srcs = ["test-proto.proto"],
     5  )
     6  
     7  go_test(
     8      name = "cover_test",
     9      srcs = ["cover_test.go"],
    10      deps = [
    11          ":test-proto",
    12          "//third_party/go:testify",
    13      ],
    14  )