Skip to content
/ dcovr Public

A tool to generate delta code coverage report from gcovr report

Notifications You must be signed in to change notification settings

yukun89/dcovr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

dcov is a tool to get increment code coverage report from gcovr report.

Install

sudo pip install .

Uninstall

sudo pip uninstall dcovr. or python setup.py install

Usage

Run dcov in git root of your code. You can use dcov -h for more information.

example: dcov --since=7fff --until=01222 --prefix=utcov. --report-dir=./test_output/report/

Then you will get the increment result in increment_coverage_report.html

About

A tool to generate delta code coverage report from gcovr report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published