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

Provide projects readme.md with metric badges and setting merge request thresholds #86

Open
StefanSchubert opened this issue May 23, 2021 · 0 comments

Comments

@StefanSchubert
Copy link
Owner

Is your feature request related to a problem? Please describe.
To attract more senior contributors to the project and to be transparent according vital software engineering metrics I would love to have some of the fancy metrics on our readme.md

Describe the solution you'd like
The solution should not include any 3rd party product with license costs.
My first stride through possible solutions lead me here: https://github.com/cicirello/jacoco-badge-generator
which seems to be a good approach to the issue.

Describe alternatives you've considered
I also stumbled over this one: https://itnext.io/github-actions-code-coverage-without-third-parties-f1299747064d
but this solution would require a cloud storage for the badges, so I would give jacoco a chance.

Additional context
The jacoco badge generator relays on the output provided by this one:
https://dzone.com/articles/reporting-code-coverage-using-maven-and-jacoco-plu#

It would be good, if the code coverage is not being peerformed with each maven build as this might slow down local turnaround times.

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

No branches or pull requests

1 participant