PatilShreyas / compose-report-to-html

A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
https://patilshreyas.github.io/compose-report-to-html/
MIT License
398 stars 10 forks source link

Generate unit report sections in separate HTML files #5

Open PatilShreyas opened 2 years ago

PatilShreyas commented 2 years ago

Currently, the report is generated in a single file which is not convenient to refer to in a vast project. So if the report is divided across multiple files based on the metrics sections, it would be very nice.