lucene icon indicating copy to clipboard operation
lucene copied to clipboard

gradle aggregate coverage report

Open rmuir opened this issue 3 years ago • 2 comments

Description

Currently, when running the build (e.g. gradlew coverage) you get a per-module report.

Ideally we'd produce an aggregate report (similar to what black magic jenkins is doing: https://ci-builds.apache.org/job/Lucene/job/Lucene-Coverage-main/lastSuccessfulBuild/jacoco/

It would be great to also print the summary to the console (same as #11837).

This would be nice, a single artifact of the code coverage for a build. For example, It could eventually be archived as a github action to help us better inspect PRs.

rmuir avatar Oct 06 '22 02:10 rmuir

@rmuir I can work on it if you don't want to do it right now?

zhaih avatar Oct 06 '22 02:10 zhaih

@zhaih please take it!

rmuir avatar Oct 06 '22 08:10 rmuir