goccy / go-yaml

YAML support for the Go language
MIT License
1.12k stars 129 forks source link

Fix decoding of scientific notation #463

Closed morris-kelly closed 1 month ago

morris-kelly commented 2 months ago

Before submitting your PR, please confirm the following.

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 78.72%. Comparing base (b2a8cc6) to head (e9430c0).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ========================================== + Coverage 78.65% 78.72% +0.06% ========================================== Files 13 13 Lines 3983 4004 +21 ========================================== + Hits 3133 3152 +19 - Misses 590 592 +2 Partials 260 260 ```