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

Copy pkg/diff to pkg/plugin/diff except DiffStructureds and RenderByCommand #5297

Merged
merged 2 commits into from
Oct 29, 2024

Move pkg/app/pipedv1/plugin/diff to pkg/plugin/diff

961c6a9
Select commit
Loading
Failed to load commit list.
Merged

Copy pkg/diff to pkg/plugin/diff except DiffStructureds and RenderByCommand #5297

Move pkg/app/pipedv1/plugin/diff to pkg/plugin/diff
961c6a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 0s

25.03% (+0.56%) compared to 6512b1f

View this Pull Request on Codecov

25.03% (+0.56%) compared to 6512b1f

Details

Codecov Report

Attention: Patch coverage is 78.62903% with 106 lines in your changes missing coverage. Please review.

Project coverage is 25.03%. Comparing base (6512b1f) to head (961c6a9).

Files with missing lines Patch % Lines
pkg/plugin/diff/diff.go 75.08% 55 Missing and 17 partials ⚠️
pkg/plugin/diff/result.go 68.65% 19 Missing and 2 partials ⚠️
pkg/plugin/diff/renderer.go 90.71% 11 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5297      +/-   ##
==========================================
+ Coverage   24.46%   25.03%   +0.56%     
==========================================
  Files         444      447       +3     
  Lines       47024    47520     +496     
==========================================
+ Hits        11506    11896     +390     
- Misses      34602    34687      +85     
- Partials      916      937      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.