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

Code coverage visualization & Gating #4388

Open
dkrupp opened this issue Nov 27, 2024 · 0 comments
Open

Code coverage visualization & Gating #4388

dkrupp opened this issue Nov 27, 2024 · 0 comments

Comments

@dkrupp
Copy link
Member

dkrupp commented Nov 27, 2024

Basic Visualization of coverage data
Test Code coverage is an important quality metric of a project similarly to static analysis results.
It should be possible to visualize the test coverage for each file line by line to understand which part of the code is covered.
It should be possible display the overal test coverage by mean of % line of code covered.
It should be possible ot display the test coverage on a directory aggregated level.

Diff & Gating
It should be possible to detect whether the coverage descreases for the new code version.
It should be possible to configure coverage descrease as a gating step (to prevent submitting code with decreasing coverage).

Supported coverage formats
Supported coverage fromats should be supported:
https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
https://github.com/jacoco/jacoco

@dkrupp dkrupp changed the title Code coverage visualization Code coverage visualization & Gating Nov 27, 2024
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

1 participant