-
Notifications
You must be signed in to change notification settings - Fork 0
Code coverage overview - visualize covered & uncovered lines #2
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
Comments
Probably mouse trap! Why not just tarpaulin html output? |
Thanks a lot for chiming in! :) Very welcome!
I'm using I've made good experiences with LLVM coverage, making it my default.
I'd want this integrated in PRs. At least automated PR comments reporting uncovered lines. I am used to GitLab's great coverage integration based on Cobertura XML. (Edit: In combination with coverage ratio reports.) I imagine that should be possible in GitHub, too, but I haven't investigated yet. Upon a quick look, https://github.com/marketplace/actions/cobertura-report only appears to provide PR comments. What I'd like to see is coverage visualization in the diff - see GitLab link above. The GitHub solutions aren't tightly integrated enough for my taste. The diff annotations are clunky and annoying: The |
https://github.com/marketplace/actions/coverage-diff seems useful. Hm. There's already lots of reinvented wheels out there. I've "just" got to review them all, and their trustworthiness, and their feature sets and sigh ;) |
I always thought GitHub was the "better" platform. Working on #9 taught me GitLab is really preferable. These actions on the marketplace are just as trashy as the rest of the JS/TS ecosystem. 😞 |
Maybe CodeCov free tier - or is that just another capitalist mouse trap?
The text was updated successfully, but these errors were encountered: