Test coverage HTML report with annotated source code

Hi,

I use a small Swift script to convert the output of swift test --enable-coverage into a static, self-contained HTML file with source code annotated with coverage information. You can see example output of it here.

Is there any interest in integrating something like this into swift test (similar to how go tool cover has a -html option), or is this outside of the scope of swift test?

thanks,
Remko

3 Likes