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

support JSON Merge Patch and Strategic Merge Patch in Resource Modifiers #6917

Merged
merged 13 commits into from
Nov 2, 2023

add more tests

6d89780
Select commit
Loading
Failed to load commit list.
Merged

support JSON Merge Patch and Strategic Merge Patch in Resource Modifiers #6917

add more tests
6d89780
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 24, 2023 in 1s

60.67% (-0.02%) compared to b316101

View this Pull Request on Codecov

60.67% (-0.02%) compared to b316101

Details

Codecov Report

Merging #6917 (6d89780) into main (b316101) will decrease coverage by 0.02%.
Report is 32 commits behind head on main.
The diff coverage is 62.56%.

❗ Current head 6d89780 differs from pull request most recent head 4ead4d6. Consider uploading reports for the commit 4ead4d6 to get more accurate results

@@            Coverage Diff             @@
##             main    #6917      +/-   ##
==========================================
- Coverage   60.69%   60.67%   -0.02%     
==========================================
  Files         249      252       +3     
  Lines       26493    26645     +152     
==========================================
+ Hits        16081    16168      +87     
- Misses       9268     9319      +51     
- Partials     1144     1158      +14     
Files Coverage Δ
.../resourcemodifiers/resource_modifiers_validator.go 100.00% <100.00%> (ø)
pkg/restore/restore.go 64.39% <0.00%> (ø)
internal/resourcemodifiers/json_merge_patch.go 55.00% <55.00%> (ø)
internal/resourcemodifiers/json_patch.go 81.48% <81.48%> (ø)
internal/resourcemodifiers/resource_modifiers.go 73.63% <75.55%> (-2.02%) ⬇️
...nternal/resourcemodifiers/strategic_merge_patch.go 36.61% <36.61%> (ø)