Closed AlbertoBarba closed 1 year ago
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
8c546e6
) 78.14% compared to head (7207dac
) 77.31%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
After discussing the matter on slack, we agreed upon dropping yaml.v2 support and only support v3. We also reworked tests to cover generated code unmarshalling.
The generated
UnmarshalYAML
method currently doesn't implement the unmarshal interface defined in the YAML package and therefore never invoked while working with it. Since I've found some tests related to the 2 versions of the YAML package i did implement the obsolete one which is supported by both.