Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove LCOV_MERGER #1541

Merged
merged 1 commit into from
Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ test --build_tests_only
# visibility and symbol import issues are resolved.
build --nocheck_visibility

# Required to avoid missing coverage runner file errors.
# GitHub Issue: https://github.com/bazelbuild/rules_apple/issues/1128
coverage --action_env=LCOV_MERGER=/usr/bin/true

# Use llvm-cov instead of gcov (default).
coverage --experimental_use_llvm_covmap
2 changes: 0 additions & 2 deletions test/apple_shell_testutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ function do_action() {
# Explicitly pass these flags to ensure the external testing infrastructure
# matches the internal one.
"--incompatible_merge_genfiles_directory"
# TODO: Remove this once we can use the late bound coverage attribute
"--test_env=LCOV_MERGER=/usr/bin/true"
)

local bazel_version="$(bazel --version)"
Expand Down