We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa98f43 commit a052d89Copy full SHA for a052d89
test/small_world/.DS_Store
6 KB
test/small_world/.bazelrc
@@ -2,4 +2,3 @@ common --@rules_swiftnav//cc:enable_bzlmod=true
2
3
coverage --experimental_generate_llvm_lcov
4
coverage --combined_report=lcov
5
-
test/small_world/README.md
@@ -8,7 +8,7 @@ bazel coverage --config=coverage_x86_64_linux //src/base_math:base_math_test
8
9
cp "$(bazel info output_path)/_coverage/_coverage_report.dat" cov.dat
10
11
-genhtml --output html cov.dat
+genhtml --branch-coverage --output html cov.dat
12
```
13
14
Mac is not yet supported.
0 commit comments