Skip to content

A tool to convert dart coverage and test report output into clover format.

License

Notifications You must be signed in to change notification settings

eredo/coverage_clover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coverage_clover

Pub Version Build Status Coverage Status

A tool to convert dart coverage and test report output into clover format. This currently only contains the overall elements and covered elements (statements, conditionals and methods) based on the coverage hitmap, so it's only providing a coverage percentage.

Further statistics are planned.

Usage

In order to run the formatter, the coverage hitmap json and the test runner json report is required. For details on how to receive these reports see: coverage and test documentation.

pub run coverage_clover format -c coverage.json -t test.json -o clover.xml

About

A tool to convert dart coverage and test report output into clover format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published