Hi all, I have been using Kover for quite some time now and I recently created a GitHub action that you can use to publish coverage reports in your pull requests:
👉 https://github.com/mi-kas/kover-report
If the action seems promising for your projects, feel free to give it a try and let me know what you think.
👍 7
l
Lukasz Kalnik
01/26/2023, 4:36 PM
Hey, I'm using this action and it works great! Thanks for this!
Could it also publish a link to the generated report so that it can be clicked from the PR (to see the full report)?
Lukasz Kalnik
01/26/2023, 4:37 PM
Although I see that it actually works with the XML report.
And we would need to see the HTML report to make it human readable.