Skip to content

Commit 14e6292

Browse files
committed
Cleanup
1 parent e1c2f74 commit 14e6292

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

test/small_world/.bazelrc

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,15 @@ build:coverage_aarch64_darwin --platforms=@rules_swiftnav//platforms:aarch64_dar
4343
# test --spawn_strategy=local
4444
# test --strategy=TestRunner=local
4545

46-
coverage --spawn_strategy=local
47-
coverage --strategy=TestRunner=local
48-
coverage --action_env=COVERAGE_GCOV_PATH="/opt/homebrew/opt/llvm/bin/llvm-profdata"
49-
coverage --action_env=BAZEL_USE_LLVM_NATIVE_COVERAGE=1
50-
coverage --action_env=GCOV_PREFIX_STRIP=10
51-
coverage --cxxopt=-mllvm
52-
coverage --copt=-mllvm
53-
coverage --cxxopt=-system-headers-coverage
54-
coverage --copt=-system-headers-coverage
46+
#
47+
5548

5649

5750

5851
# bazel coverage --config=coverage_aarch64_darwin //src/base_math:base_math_test --subcommands
5952

6053

61-
# on ubuntu!
54+
# on ubuntu! you do not need those options above (might be only for Mac)
6255
# 1.
6356
# bazel coverage --config=coverage_x86_64_linux //src/base_math:base_math_test --subcommands --experimental_generate_llvm_lcov --combined_report=lcov
6457
# 2.

0 commit comments

Comments
 (0)