bytedance / sonic

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

fix: remove some linknames #667

Closed liuq19 closed 2 months ago

liuq19 commented 2 months ago

Remove some unnecessary link names to support Go1.23

Related issue #637 #660

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

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 39.31%. Comparing base (99f5b35) to head (5a99745). Report is 19 commits behind head on main.

Files Patch % Lines
internal/decoder/optdec/node.go 0.00% 3 Missing :warning:
internal/rt/rt_stubs_go120.go 0.00% 1 Missing :warning:

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

:exclamation: There is a different number of reports uploaded between BASE (99f5b35) and HEAD (5a99745). Click for more details.

HEAD has 6 uploads less than BASE | Flag | BASE (99f5b35) | HEAD (5a99745) | |------|------|------| ||7|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #667 +/- ## =========================================== - Coverage 77.56% 39.31% -38.25% =========================================== Files 83 84 +1 Lines 11542 7051 -4491 =========================================== - Hits 8952 2772 -6180 - Misses 2192 4039 +1847 + Partials 398 240 -158 ```

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