code-coverage-api-plugin
code-coverage-api-plugin copied to clipboard
Deprecated Jenkins Code Coverage Plugin
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...
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...
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.
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: 
### 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...
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...
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...