8000 GitHub - vasild/filter_coverage: Filter code coverage reports to highlight lines modified by a patch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Filter code coverage reports to highlight lines modified by a patch

License

Notifications You must be signed in to change notification settings

vasild/filter_coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter a code coverage report, highlighting the lines that were modified by a set of commits

# Generate LCOV HTML report as usual and put it in e.g. /tmp/lcov_html

./get_modified_lines.sh /path/to/source "^(src/test/|test/functional/)" > /tmp/modified_lines.json

./filter_lcov_report.sh /tmp/modified_lines.json /tmp/lcov_html

About

Filter code coverage reports to highlight lines modified by a patch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0