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.
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