Skip to content
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

Merged
merged 8 commits into from
Mar 9, 2022

Conversation

fo-code
Copy link
Contributor

@fo-code fo-code commented Mar 8, 2022

Git implementation of this Forensics API Plugin extension for providing affected lines of the code delta.

@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #437 (07363b1) into master (a1bf677) will increase coverage by 0.12%.
The diff coverage is 87.50%.

Impacted file tree graph

@@             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              
Impacted Files Coverage Δ
...s/forensics/git/delta/DeltaRepositoryCallback.java 87.14% <87.50%> (-1.00%) ⬇️
...gins/forensics/git/reference/GitCommitsRecord.java 84.81% <0.00%> (+1.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1bf677...07363b1. Read the comment docs.

Copy link
Member

@uhafner uhafner left a 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.

fo-code and others added 4 commits March 9, 2022 12:17
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>
@uhafner uhafner merged commit 8340a8b into jenkinsci:master Mar 9, 2022
@uhafner uhafner added the enhancement Enhancement of existing functionality label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants