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

### 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...

bug

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

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...

enhancement

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...

feature

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...

bug

RT. jenkins output log info. ![image](https://user-images.githubusercontent.com/5763397/92466384-9ca2e900-f202-11ea-9465-976b43ca5f34.png) the source file `Context.java` belong to `common` module ![image](https://user-images.githubusercontent.com/5763397/92466600-e986bf80-f202-11ea-9ed7-89cffd6b0b0b.png)

bug

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,...

bug

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...

documentation

### 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...

feature