code-coverage-api-plugin icon indicating copy to clipboard operation
code-coverage-api-plugin copied to clipboard

Deprecated Jenkins Code Coverage Plugin

Results 52 code-coverage-api-plugin issues
Sort by recently updated
recently updated
newest added

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

Implemented QualityGate Workflow with TDD for issue Jenkins 66994.

### Version report Jenkins and plugins versions report: Code Coverage api plugin 2.0.2 Jenkins 2.303.2 - What Operating System are you using (both controller, and any agents involved in the...

bug
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

### Dependencies Possibly Checks API 1.2.0, depending on the chosen solution. ### Feature Request Currently the Checks name published to GitHub is hard-coded to "Code Coverage": https://github.com/jenkinsci/code-coverage-api-plugin/blob/43996142d125d9df156c6500f7f003ab50e3a42a/src/main/java/io/jenkins/plugins/coverage/CoverageChecksPublisher.java#L66 This would be...

enhancement

Hello, I'm trying to create a coverage report using this plugin. Here's the pipeline syntax I use: ``` publishCoverage adapters: [coberturaAdapter('test_results/coverage/pytest-core-unittests-coverage-${BUILD_NUMBER}.xml')] ``` where `BUILD_NUMBER` is just your standard Jenkins environment...

enhancement

Hi all, Along with the test results and [msbuild warnings and open tasks](https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md#token-macro-support) I want to add to the build summary email the total coverage / branch coverage / line...

enhancement