francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

Feature/decode null non primitive #67

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #67 into version/1.2.4 will decrease coverage by 0.82%. The diff coverage is 76.19%.

Impacted file tree graph

@@                Coverage Diff                @@
##           version/1.2.4      #67      +/-   ##
=================================================
- Coverage            100%   99.17%   -0.83%     
=================================================
  Files                 36       36              
  Lines               4830     4972     +142     
=================================================
+ Hits                4830     4931     +101     
- Misses                 0       35      +35     
- Partials               0        6       +6
Impacted Files Coverage Δ
errors.go 100% <ø> (ø) :arrow_up:
decode_array.go 94.95% <100%> (-5.05%) :arrow_down:
decode_object.go 87.74% <58.66%> (-12.26%) :arrow_down:
decode.go 99.29% <85.18%> (-0.71%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d1a893...95b09be. Read the comment docs.