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

Partially covered lines should appear in yellow with a tooltip X of Y branches missed #180

Open
nbauma109 opened this issue Mar 30, 2024 · 3 comments

Comments

@nbauma109
Copy link
Contributor

Currently partially covered lines appear in green.
Green is reserved for full coverage.
Like in jacoco report, it should show partially covered lines in yellow and a tooltip indicating "X of Y branches missed".

@aconrad
Copy link
Owner

aconrad commented Mar 30, 2024

Thanks for your report.

I have a pull request I'm working on for partial coverage. It's currently not supported but I lost steam and I haven't made progress on it lately. But if there's interest shown I can consider working on it again.

@aconrad
Copy link
Owner

aconrad commented Mar 30, 2024

That's the PR: #168

If I recall the code supports partial coverage but I still need to update the renderers to make them aware of partial coverage. I think that's the main piece left.

@zackw
Copy link

zackw commented Aug 16, 2024

I would also find this feature useful, FWIW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants