jenkinsci / scm-filter-branch-pr-plugin

A Jenkins plugin for Pipeline Multibranch filtering based on pull request destination branches in addition to matching the branch itself.
https://plugins.jenkins.io/scm-filter-branch-pr/
MIT License
3 stars 8 forks source link

Add coverage badge #53

Closed jonesbusy closed 9 months ago

jonesbusy commented 9 months ago

Add coverage badge

And minimal test to ensure coverage is computed

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue