Skip to content
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

Implement Cobertura reports #28

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Implement Cobertura reports #28

merged 4 commits into from
Mar 13, 2024

Conversation

lautis
Copy link
Member

@lautis lautis commented Mar 12, 2024

SimpleCov LCOV output does not work with parse-lcov. SimpleCOV emits DA for line number and hit counts, whereas parse-lcov stats are based on LF and LH. To get line coverage summaries in other actions, we'd prefer to have Cobertura support. This is also used by e.g. Codecov as transport format: about.codecov.io/blog/getting-started-with-code-coverage-for-ruby

@cvrg-report/cobertura-json parses Cobertura files into similar output as parse-lcov so we can share code paths.

@lautis lautis merged commit 6d0694b into master Mar 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants