...

Text file src/edge-infra.dev/third_party/gopherage/pkg/cov/junit/BUILD.bazel

Documentation: edge-infra.dev/third_party/gopherage/pkg/cov/junit

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "junit",
     5    srcs = ["xmlwriter.go"],
     6    importpath = "edge-infra.dev/third_party/gopherage/pkg/cov/junit",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//third_party/gopherage/pkg/cov/junit/calculation",
    10        "@org_golang_x_tools//cover",
    11    ],
    12)

View as plain text