You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JENKINS-287 Publish the Jacoco HTML report directly.
This saves roughly 1:30 minutes of build time.
The Jacoco gradle plugin already creates HTML reports.
So instead of using a Jenkins plugin to aggregate the results the existing
results are published directly.
This has some consequences:
* improved build time
* no overall coverage anymore, instead the coverage now depends on the test type
* only full coverage for the most recent build and in contrast to the old
version no coverage overview for older builds
* there is still a coverage trend shown on the Plot section of the sidebar
0 commit comments