shenek / streamson

Memory efficient handling of large JSON data.
MIT License
4 stars 0 forks source link

feature: analyser handler has option to group by types as well #247

Closed shenek closed 3 years ago

shenek commented 3 years ago

closes #213

codecov-commenter commented 3 years ago

Codecov Report

Merging #247 (046d691) into master (b7bd4d1) will increase coverage by 0.12%. The diff coverage is 74.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   76.93%   77.06%   +0.12%     
==========================================
  Files          41       41              
  Lines        3386     3440      +54     
==========================================
+ Hits         2605     2651      +46     
- Misses        781      789       +8     
Impacted Files Coverage Δ
streamson-bin/src/docs.rs 0.00% <0.00%> (ø)
streamson-bin/src/utils.rs 0.00% <0.00%> (ø)
streamson-lib/src/handler/analyser.rs 85.05% <85.41%> (+3.23%) :arrow_up:
streamson-lib/src/streamer.rs 92.83% <100.00%> (+0.09%) :arrow_up:

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 b7bd4d1...046d691. Read the comment docs.