Skip to content

Commit 0a0b941

Browse files
thomasvlluispadron
authored andcommitted
Remove the extra coverage file support.
Cherry-pick: 8a292e6
1 parent 52cc05e commit 0a0b941

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

apple/internal/rule_factory.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ AppleTestRunnerInfo provider.
7676
aspects = [coverage_files_aspect],
7777
providers = [AppleBundleInfo],
7878
),
79-
"_apple_coverage_support": attr.label(
80-
cfg = config.exec(exec_group = "test"),
81-
default = Label("@build_bazel_apple_support//tools:coverage_support"),
82-
),
8379
"_lcov_merger": attr.label(
8480
default = configuration_field(
8581
fragment = "coverage",

apple/internal/testing/apple_test_rule_support.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def _apple_test_rule_impl(*, ctx, requires_dossiers, test_type):
337337
if test_coverage_manifest:
338338
direct_runfiles.append(test_coverage_manifest)
339339

340-
apple_coverage_support_files = ctx.attr._apple_coverage_support.files
341340
covered_binaries = test_bundle_target[_CoverageFilesInfo].covered_binaries
342341

343342
execution_environment = dicts.add(
@@ -348,7 +347,6 @@ def _apple_test_rule_impl(*, ctx, requires_dossiers, test_type):
348347
)
349348

350349
transitive_runfiles.extend([
351-
apple_coverage_support_files,
352350
covered_binaries,
353351
test_bundle_target[_CoverageFilesInfo].coverage_files,
354352
])

0 commit comments

Comments
 (0)