biojppm / rapidyaml

Rapid YAML - a library to parse and emit YAML, and do it fast.
MIT License
583 stars 100 forks source link

numbers: fix serialization with `+`, fix emit style heuristics #443

Closed biojppm closed 4 months ago

biojppm commented 4 months ago

fixes #442

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.24%. Comparing base (31d8205) to head (8f0d631). Report is 33 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #443 +/- ## ======================================= Coverage 97.24% 97.24% ======================================= Files 33 33 Lines 11239 11259 +20 ======================================= + Hits 10929 10949 +20 Misses 310 310 ```

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

biojppm commented 4 months ago

The failures in the becnchmarks are unrelated with this changeset. Merging now.