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

[FR]: Support lcov parsing for coverage #806

Open
alexeagle opened this issue Jan 23, 2025 · 0 comments
Open

[FR]: Support lcov parsing for coverage #806

alexeagle opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@alexeagle
Copy link
Member

What is the current behavior?

Part of bazelbuild/bazel#19144 - bazel's coverage support only produces the LCOV format, and expects users to install some other tool like genhtml to view the result.

Describe the feature

Aspect CLI could include an lcov parser and be able to produce more useful outputs like cobertura XML, and it could also print a coverage summary itself.

Another use-case: this GHA is slow https://github.com/aspect-build/rules_py/actions/runs/12920978802/job/36034199684 because it uses hrishikesh-kadam/setup-lcov@6c1aa0c to install some packages, just to print a coverage summary.

@alexeagle alexeagle added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant