Skip to content

aspect-extensions/coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replacement for the 'bazel coverage' command:

  • we don't accidentally bust the analysis cache with 'coverage' flags differing from 'test'
  • forget having a Bazel-specific, Java-based, unmaintained LCOV merger and 'combined report' - that never should have been Bazel's job
  • developers really need git-aware diff to show "incremental coverage" - which of the lines I added or modified are covered by tests?
  • ability to add other enforcement thresholds
  • clean up the coverage .dat files in the output tree after reporting

Demo

asciicast

About

EXPERIMENTAL: replacement for bazel coverage command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published