Hi all, I have been using Kover for quite some tim...
# code-coverage
m
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
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)?
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.
Maybe there is another action for this.
m
So you could theoretically publish the HTML report to Github pages. There is already an action for this you could use: https://github.com/peaceiris/actions-gh-pages
l
That's a good idea, thank you 🙂