Skip to content

trentontrees/bazel-python-coverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-python-coverage

This is a repository to investigate the behavior of python coverage. You can get coverage report with the following commands:

bazel coverage --combined_report=lcov //apps/demo/...

To generate html, run the command:

genhtml --branch-coverage --output genhtml "$(bazel info output_path)/_coverage/_coverage_report.dat"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Starlark 76.6%
  • Python 23.4%