bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.59k stars 327 forks source link

feat: support go1.22 #590

Closed AsterDY closed 5 months ago

codecov-commenter commented 5 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (9f2242e) 78.53% compared to head (11d8975) 73.43%.

Files Patch % Lines
internal/rt/fastvalue.go 50.00% 4 Missing and 2 partials :warning:
internal/encoder/primitives.go 50.00% 1 Missing :warning:
internal/jit/runtime.go 0.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #590 +/- ## ========================================== - Coverage 78.53% 73.43% -5.11% ========================================== Files 69 77 +8 Lines 10836 9127 -1709 ========================================== - Hits 8510 6702 -1808 - Misses 1947 2065 +118 + Partials 379 360 -19 ```

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

liuq19 commented 5 months ago

Seems Readme not changed