code-coverage-api-plugin
code-coverage-api-plugin copied to clipboard
Deprecated Jenkins Code Coverage Plugin
### Jenkins and plugins versions report Environment ```text Jenkins: 2.332.3 OS: Linux - 5.4.0-110-generic --- Office-365-Connector:4.17.0 ace-editor:1.1 ant:475.vf34069fef73c antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 blueocean:1.25.5 blueocean-autofavorite:1.2.5 blueocean-bitbucket-pipeline:1.25.5 blueocean-commons:1.25.5 blueocean-config:1.25.5 blueocean-core-js:1.25.5 blueocean-dashboard:1.25.5 blueocean-display-url:2.4.1 blueocean-events:1.25.5...
The old step is too tightly coupled with the old model and cannot be refactored so that old pipelines will remain compatible.
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...
Hi there, I know this has been raised in the past, but other people seem to have solved this yet I can't find sample code. I'm looking for a way...
The Coverage API does not show the Cyclomatic Complexity from JaCoCo. The JaCoCo plugin did show this from the coverage report in Jenkins. > JaCoCo also calculates cyclomatic complexity for...
I have set up my jacoco reporting in a way such that the unit test coverage and the integration test coverage is generated separately for each of the modules in...
RT. jenkins output log info.  the source file `Context.java` belong to `common` module 
Unless I've missed a possible setting somewhere, it looks like the settings to tell the coverage report to fail a build if the coverage metrics fail do fail the build,...
Even though you can generate snippets with the generator, it might be easier to showcase the functionality directly somewhere on the project page. This helps Jenkins admins if this plugin...
### Dependencies the [opencover](https://github.com/OpenCover/opencover) has been archived. the author suggest the altcover exension. altcover 1. Cross-platform . support windows os and linux 2. support .net 2.x above, .net core and...