Skip to content

Commit a052d89

Browse files
committed
Branch coverage
1 parent aa98f43 commit a052d89

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

test/small_world/.DS_Store

6 KB
Binary file not shown.

test/small_world/.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ common --@rules_swiftnav//cc:enable_bzlmod=true
22

33
coverage --experimental_generate_llvm_lcov
44
coverage --combined_report=lcov
5-

test/small_world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bazel coverage --config=coverage_x86_64_linux //src/base_math:base_math_test
88
99
cp "$(bazel info output_path)/_coverage/_coverage_report.dat" cov.dat
1010
11-
genhtml --output html cov.dat
11+
genhtml --branch-coverage --output html cov.dat
1212
```
1313

1414
Mac is not yet supported.

0 commit comments

Comments
 (0)