kotlinx-kover icon indicating copy to clipboard operation
kotlinx-kover copied to clipboard

CircleCI Reports

Open grndvl1 opened this issue 2 years ago • 3 comments

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.

grndvl1 avatar Sep 27 '22 20:09 grndvl1

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?

shanshin avatar Sep 28 '22 18:09 shanshin

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.

grndvl1 avatar Sep 28 '22 19:09 grndvl1

We don't have a specific integration unfortunately, but we'd like to know what exactly is typically required for CircleCI integration

qwwdfsad avatar Sep 28 '22 20:09 qwwdfsad