Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.05 KB

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