sonic-cpp icon indicating copy to clipboard operation
sonic-cpp copied to clipboard

feat: support parse schema

Open xiegx94 opened this issue 1 year ago • 1 comments

This PR provides a new handler that can parse json for a given schema.

xiegx94 avatar Feb 02 '24 05:02 xiegx94

Codecov Report

Attention: Patch coverage is 72.13930% with 56 lines in your changes are missing coverage. Please review.

Project coverage is 73.86%. Comparing base (4250a05) to head (f55bd94).

Files Patch % Lines
include/sonic/dom/schema_handler.h 74.64% 5 Missing and 31 partials :warning:
include/sonic/dom/parser.h 57.69% 7 Missing and 4 partials :warning:
include/sonic/dom/generic_document.h 72.72% 4 Missing and 5 partials :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   74.79%   73.86%   -0.93%     
==========================================
  Files          21       22       +1     
  Lines        2436     2629     +193     
  Branches      667      716      +49     
==========================================
+ Hits         1822     1942     +120     
- Misses        297      369      +72     
- Partials      317      318       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Feb 02 '24 05:02 codecov-commenter