-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cobertura report #67
Comments
By the way, the |
This is not an ideal solution, since it's involves 3rd party converters like registry.gitlab.com/haynes/jacoco2cobertura:1.0.7 and additional setup (extra step in pipeline, extra image) https://gitlab.com/haynes/jacoco2cobertura/-/blob/main/cover2cover.py |
|
This plugin supports sessioninfo: But doesn't support other sourcesets than |
Exposes the XML code coverage report. Due to Kotlin/kotlinx-kover#67, it's not yet possible to fully integrate it into GitLab. See #188 See merge request opensavvy/formulaide!113
Any update/plans with this feature in 2024? |
GitLab now supports JaCoCo coverage reports, but it doesn't appear to populate in the merge request. Has anyone else had this experience? |
Link? |
@IRus Here’s the link to GitLab’s docs: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization/jacoco.html |
Just pay attention to this:
|
This task will be taken into account when migrating to Kotlin Gradle Plugin. In the future, it will be moved to the Kotlin task tracker, or closed if it loses relevance. |
I haven't drilled down on the XML format specifically and there doesn't seem to be any indication of it's format (from the code it seems to be agent specific?).
GitLab only supports the cobertura format natively (conversion from JaCoCo is available, but needs some python script), so it would be really cool if a native cobertura report would be available for fast and easy integration into GitLab.
The text was updated successfully, but these errors were encountered: