Ullrich Hafner

Results 60 issues of Ullrich Hafner

The old step is too tightly coupled with the old model and cannot be refactored so that old pipelines will remain compatible.

enhancement

The previous coverage model supports a [remote API](https://www.jenkins.io/doc/book/using/remote-access-api/) to obtain the coverage results. This needs to be added for the new model as well. Old implementation: https://github.com/jenkinsci/code-coverage-api-plugin/blob/master/plugin/src/main/java/io/jenkins/plugins/coverage/targets/RestResultWrapper.java New implementation should...

feature
hacktoberfest

Currently, all colors are hard-coded. It would be helpful, if those could be changed by the user. The following Colors that should be configurable: - trend chart line and branch...

enhancement

The tree map click event currently zooms into the tree chart. It would make more sense if the corresponding file details view will be opened.

feature

UI improvement for #203 Currently the trend shows line and branch coverage. It should be configurable, which of the coverage metrics should be shown. Current configuration dialog: ![Bildschirmfoto 2021-09-23 um...

enhancement

UI improvement for #203 There is already a trend that shows the coverage totals of the project. If the values do not change much the chart is almost constant. Therefore...

enhancement

UI improvement for https://github.com/jenkinsci/code-coverage-api-plugin/pull/203 ![Bildschirmfoto 2021-09-23 um 22 20 04](https://user-images.githubusercontent.com/503338/134578115-5e567e22-7a2d-481c-a844-4e408b5b1ad2.png)

enhancement

If there is more than one report then the build summary shows details for all coverage node levels. It might make sense to restrict these to line and branch as...

enhancement

See #342. The first two commits have been moved to a separate branch so that GitHub UI will not freeze during reviews anymore.

test

Otherwise maven build will break: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.920 s [INFO] Finished at: 2022-09-11T15:49:37+02:00 [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "no-ui-tests-on-mac" could...