valyala / fastjson

Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
MIT License
2.28k stars 137 forks source link

Add some methods + debug when missing key #66

Open linuxpham opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

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

Comparison is base (6dae91c) 97.11% compared to head (7a11a73) 93.22%. Report is 2 commits behind head on master.

:exclamation: Current head 7a11a73 differs from pull request most recent head cdd1437. Consider uploading reports for the commit cdd1437 to get more accurate results

Files Patch % Lines
parser.go 18.36% 40 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ========================================== - Coverage 97.11% 93.22% -3.89% ========================================== Files 9 9 Lines 1073 1122 +49 ========================================== + Hits 1042 1046 +4 - Misses 22 65 +43 - Partials 9 11 +2 ```

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