Hi all! I am setting up Kover on my (multi-project...
# code-coverage
d
Hi all! I am setting up Kover on my (multi-project) open-source project, hosted on GitHub. Does anyone have a recommendation as to a GitHub application that can be fed my xml coverage report? I would like to have reports integrated to Pull Requests conversations and checks. Thank you all for your help!
@Sam I know my question may not be related to Kotlin itself, but it is related to Kover. Indeed, I have noticed some reported problems with Kover generated XML reports and Coveralls. So I guess it makes sense to ask people to share their experiences with different providers.
s
Ah fair enough, I've had no issue feeding the reports into SonarCloud, I use bitbucket but I'm sure the GitHub integration is good
m
I just created this Github action that posts a codeverage report to your PRs as comment: https://github.com/mi-kas/kover-report
108 Views