Closed mathieuk closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
ce3bd6e
) 89.21% compared to head (bd51ceb
) 89.11%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change allows users to add a
resource
to the compiler that was already loaded and unmarshal'ed elsewhere. In my use-case it helps me from needing to re-marshal a schema I already loaded before being able to add it to thejsonschema
compiler.