jenkinsci / jenkinsci/github-pr-coverage-status-plugin
Feature: Make commit status context configurable
Open
- Dominant language
- Java
- Stars
- 97
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
The Github commit status is currently hard coded to `test-coverage-plugin`. It would be great if that is a optional parameter when calling the plugin. For example:
```
step([
$class: 'CompareCoverageAction',
jacocoCounterType: 'INSTRUCTION',
publishResultAs: 'statusCheck',
statusContext: 'my-custom-commit-status-context',
scmVars: [GIT_URL: env.GIT_URL]
])
```
Contributor guide
Assessment
This issue has not been assessed yet.