chore: refactor JSONPatch#8497
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8497 +/- ##
==========================================
+ Coverage 74.16% 74.35% +0.18%
==========================================
Files 242 242
Lines 37804 37707 -97
==========================================
- Hits 28039 28037 -2
+ Misses 7809 7725 -84
+ Partials 1956 1945 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b070b99 to
8d89a83
Compare
2b8f1f8 to
db29885
Compare
|
do we lose any visibilty in status messages ? |
I feel like it's not a good option to put the operation value into status message |
ok, can we add some testcases in the json testfile to highlight the new status messages ? |
There're some existing cases, and seems the refactor don't change the output. |
Signed-off-by: zirain <zirain2009@gmail.com>
db29885 to
32578cf
Compare
This patch refactor the implement of JSONPatch, prepare for making
findJSONResourcereturn multiple resources for #8489.