-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide affected lines for code delta #437
Conversation
Codecov Report
@@ Coverage Diff @@
## master #437 +/- ##
============================================
+ Coverage 81.94% 82.07% +0.12%
- Complexity 193 195 +2
============================================
Files 26 26
Lines 770 781 +11
Branches 80 82 +2
============================================
+ Hits 631 641 +10
- Misses 109 110 +1
Partials 30 30
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine! We just need to adjust the forensics-api
version before the merge.
Bumps [forensics-api](https://github.com/jenkinsci/forensics-api-plugin) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/jenkinsci/forensics-api-plugin/releases) - [Changelog](https://github.com/jenkinsci/forensics-api-plugin/blob/master/CHANGELOG.md) - [Commits](jenkinsci/forensics-api-plugin@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: io.jenkins.plugins:forensics-api dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ins-forensics-api-1.9.0' into delta-changes
Git implementation of this Forensics API Plugin extension for providing affected lines of the code delta.