code-coverage-api-plugin
code-coverage-api-plugin copied to clipboard
Deprecated Jenkins Code Coverage Plugin
Bumps [bootstrap5-api](https://github.com/jenkinsci/bootstrap5-api-plugin) from 5.2.0-3 to 5.2.1-3. Release notes Sourced from bootstrap5-api's releases. v5.2.1-3 🎁 🐛 Bug Fixes Fix icon and style of errors card (#172) @uhafner 📦 Dependency Updates Bump...
Bumps [prism-api](https://github.com/jenkinsci/prism-api-plugin) from 1.28.0-2 to 1.29.0-1. Release notes Sourced from prism-api's releases. v1.29.0-1 🎁 ✨ Improvements Prepare source view for symbols in markers (#59) @uhafner 📦 Dependency Updates Bump prismjs...
### What feature do you want to see added? I'd like to see additional code coverage types added: 1. Modified Condition/Decision Coverage (MC/DC) 2. Function Coverage 3. Function Call Coverage...
### Jenkins and plugins versions report Source files not included from readCoverage step `Jenkins: 2.414.2 OS: Windows Server 2016 - 10.0 Java: 11.0.6 - Azul Systems, Inc. (OpenJDK 64-Bit Server...
Coverage is internally measured at different levels (module, package, file, etc.). Currently the results are rendered as overall result only. It would make sense to show a drill down of...
When multiple coverage files are merged, then the covered files might have the same name (and relative path) but use a different absolute path. The plugin currently has no way...
### Describe your use-case which is not covered by existing documentation. We are integrating the code coverage tool in Jenkins using cobetura xml with the following. ```swift recordCoverage( tools: [[...
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? RHEL8...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.414.1 OS: Linux - 5.4.247-162.350.amzn2.x86_64 Java: 11.0.20 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.20.0 ansicolor:1.0.3 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 artifact-manager-s3:822.vf129d4836c31 atlassian-jira-software-cloud:2.0.9...
### Jenkins and plugins versions report Environment Jenkins 2.387.1 Code Coverage API 4.2.2 ### What Operating System are you using (both controller, and any agents involved in the problem)? Linux...