github-pr-coverage-status-plugin icon indicating copy to clipboard operation
github-pr-coverage-status-plugin copied to clipboard

Nice test coverage icon for your pull requests just from Jenkins

Results 39 github-pr-coverage-status-plugin issues
Sort by recently updated
recently updated
newest added

Replace the deprecated / outdated httpclient3-api plugin with apache-httpcomponents-client-5-api. ### Testing done Validated via `mvn verify` ```[tasklist] ### Submitter checklist - [x] Make sure you are opening from a **topic/feature/bugfix...

### Describe your use-case which is not covered by existing documentation. I want to integrate code coverage reports of Jacoco into my GitHub PRs. I want to know do I...

This is the output: ``` [GitHub PR Status] start [GitHub PR Status] getting master coverage... use default coverage repo Can't find master coverage repository: https://github.com/xxx/testci/pull/8 in stored: {https://github.com/myorga/testci/pull/5=0.6923, https://github.com/xxx/testci/pull/6=0.6923, https://****@github.com/myorga/testci.git=0.5385,...

I am using GitHub Pull Request Builder Plugin to trigger a build on PR and I currently managed to post the test results and I am trying to post code...

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.51 to 4.55. Release notes Sourced from plugin's releases. 4.55 💥 Breaking changes Bump Mockito from 4.11.0 to 5.1.1 (#690, #688, #672) @​dependabot Mockito 5.0.0 contains a...

dependencies
java

Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.4 to 1.6. Release notes Sourced from git-changelist-maven-extension's releases. 1.6 What's Changed Refresh component for January 2023 by @​basil in jenkinsci/incrementals-tools#37 New Contributors @​basil made their first...

dependencies
java

[Feature Request] Currently most github plugins support authentication using the jenkins credential system with an OAUTH token as an option as well. I am requesting 1. Include Support to obtain...

This plugin doesn't seem to support casc. Config json schema of this plugin doesn't look right ![image](https://user-images.githubusercontent.com/11684628/68845128-482bfb80-070e-11ea-8ef0-3d8dab1e8168.png) also, configuration variables can't be set. ```plain 2019-11-14 09:23:38.965+0000 [id=19] SEVERE hudson.util.BootFailure#publish: Failed...

We are using sonarscanner 2.8.1 In analysis properties: sonar.analysis.mode=preview sonar.sources=modules. But in Console: INFO: ANALYSIS SUCCESSFUL INFO: Executing post-job GitHub Pull Request Issue Publisher INFO: ------------------------------------------------------------------------ INFO: EXECUTION SUCCESS INFO:...

We tried to change the value for "Jacoco coverage counter type" in "Publish coverage to GitHub" from "instruction" to "Line". But it new config changes are not getting changed and...