francoispqt / gojay

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

Clean doc and reorganise code #89

Closed francoispqt closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #89 into master will decrease coverage by <.01%. The diff coverage is 94.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   98.74%   98.74%   -0.01%     
==========================================
  Files          36       36              
  Lines        5162     5161       -1     
==========================================
- Hits         5097     5096       -1     
  Misses         51       51              
  Partials       14       14
Impacted Files Coverage Δ
decode_stream.go 100% <ø> (ø) :arrow_up:
decode_pool.go 100% <ø> (ø) :arrow_up:
decode.go 100% <ø> (+3.23%) :arrow_up:
errors.go 100% <ø> (ø) :arrow_up:
encode_interface.go 100% <100%> (ø) :arrow_up:
decode_number_uint.go 100% <100%> (ø) :arrow_up:
decode_bool.go 100% <100%> (ø) :arrow_up:
decode_embedded_json.go 100% <100%> (ø) :arrow_up:
decode_interface.go 100% <100%> (ø) :arrow_up:
decode_number_float.go 100% <100%> (ø) :arrow_up:
... and 7 more

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 346ac0d...a883d83. Read the comment docs.