Releases: jenkinsci/code-coverage-api-plugin
Releases · jenkinsci/code-coverage-api-plugin
v2.0.3 🎁
🐛 Bug Fixes
- Use
${resURL}
rather than${rootURL}
when resolving JS files (#244) @uhafner - Add test case to expose issues #227 and #231 (#243) @uhafner
- Move to vectorized icon (#238) @NotMyFault
📦 Dependency updates
- Bump gson from 2.8.8 to 2.8.9 (#241) @dependabot
- Bump analysis-pom from 5.12.0 to 5.13.0 (#239) @dependabot
- Bump analysis-pom from 5.10.0 to 5.12.0 (#235) @dependabot
🔧 Internal changes
- Replace deprecated calls and minor refactoring (#234) @StefanSpieker
- Replace JSR 305 annotations with spotbugs annotations (#233) @StefanSpieker
🚦 Tests
v2.0.2 🎁
🐛 Bug Fixes
📦 Dependency updates
- Bump forensics-api from 1.4.0 to 1.5.0 (#229) @dependabot
- Bump data-tables-api from 1.11.2-1 to 1.11.3-1 (#226) @dependabot
2.0.1
v2.0.0 🎁
🚀 New features and improvements
📦 Dependency updates
- Bump echarts-api from 5.1.2-11 to 5.2.1-1 (#220) @dependabot
- Bump json-unit-assertj from 2.27.0 to 2.28.0 (#212) @dependabot
- Bump pull-request-monitoring from 1.7.7 to 1.7.8 (#215) @dependabot
- Bump gson from 2.8.6 to 2.8.8 (#216) @dependabot
- Bump Saxon-HE from 9.9.1-4 to 10.6 (#214) @dependabot
- Bump analysis-pom from 5.9.0 to 5.10.0 (#213) @dependabot
v1.4.1
Security release, see https://www.jenkins.io/security/advisory/2021-08-31/#SECURITY-2376 for details
v1.4.0
🚀 New features and improvements
- Add coverage portlet for pull-request-monitoring plugin (#195) @simonsymhoven
- Use new delta values for branch coverage in checks title (#201) @uhafner
- Extend delta coverage api (#198) @simonsymhoven
- Integrate forensics-api for reference build search (#199) @simonsymhoven
🐛 Bug Fixes
👻 Maintenance
- Remove step property
calculateDiffForChangeRequests
(#200) @simonsymhoven - integrate echarts-api plugin (#197) @simonsymhoven
- bump jenkins baseline to 2.249 (#196) @simonsymhoven
- Remove broken build status badge (#192) @MarkEWaite
Code Coverage API Plugin 1.3.2
Code Coverage API Plugin 1.3.1
Code Coverage API Plugin 1.2.1
🐛 Bug Fixes
- Also set a fail message if marking stage as unstable so that checks API correctly reports non-success (#179) @mrginglymus
👻 Maintenance
Code Coverage API Plugin 1.2.0
This release brings integration with the GitHub checks API,
See the blogpost by @XiongKezhi for more details: https://www.jenkins.io/blog/2020/08/03/github-checks-api-plugin-coding-phase-2/
🚀 New features and improvements
- Integrate with Checks Api - Allows publishing coverage to GitHub checks (#169) @XiongKezhi
- Update to latest checks-api API (#170) @timja