kotlinx-kover
kotlinx-kover copied to clipboard
CircleCI Reports
Is there a way to get CircleCI to report the lines covered. I am trying to find a mechanism to simply display this either in the builds or back to GitHub, or even somehow to report Jira. I know I have an XML or HTML report but I can't seem to find an instance of someone doing what I need to use this and display. Locally it works great but now we need proof to company for documentation.
Hi, at the moment there is no special integration with CircleCI. Do you need to display the percentage of code coverage? Will the option suit you if the percentage of code coverage is printed in the build log?
Yeah good for me but not our bosses they want something to display either in CircleCI or back into Jira or GitHub. I really like Kover but this is a big issue for us. I really do not want to switch to something else but we may have to now. I mean I should be able to capture the reports and then somehow parse it. in the build script. But beyond me right now.
We don't have a specific integration unfortunately, but we'd like to know what exactly is typically required for CircleCI integration