kishikawakatsumi / xcresulttool

A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show code coverage

piercifani opened this issue · comments

It would be very useful to have the Code Coverage report as part of the HTML generated in order to keep track of this vital metric.

I'd argue that most times in a healthy project, when a PR is submitted, test pass. And when they do, the first thing you should check is if the coverage has increased or decreased with this new PR.

Thanks for this project!