Skip to content

celkas/bazel-issue-sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-issue-sw

This is a repository to reproduce an error in bazel (see this issue). This repository shows no error. The companion-repository bazel-issue-tests will not work though.

Usage:

bazel build -c dbg //:funclib
bazel build -c dbg //:mytest
bazel coverage -c dbg --combined_report=lcov --instrumentation_filter="//:funclib" --action_env=COVERAGE_GCOV_OPTIONS=-b //:mytest
genhtml --branch-coverage --output html "$(bazel info output_path)/_coverage/_coverage_report.dat"
# => lines......: 53.8% (7 of 13 lines)
# => functions..: 100.0% (1 of 1 function)
# => branches...: 33.3% (1 of 3 branches)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published