flow-coverage-report
flow-coverage-report copied to clipboard
File list in generated index.html can be long
The generated index.html list of files can get really long for large projects. It would be helpful to split the output by source folder and summarize the coverage info for everything below.
ie:
index.html
Filename | Percent |
---|---|
:file_folder: js/components/comments | 90% |
:page_with_curl: js/components/ListView.react.js | 100% |
comments_index.html
Filename | Percent |
---|---|
:page_with_curl: js/components/comments/Composer.react.js | 80% |
:page_with_curl: js/components/comments/Comment.react.js | 100% |