shenek / streamson

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

feature(lib): handler input termination / json termination #251

Closed shenek closed 3 years ago

shenek commented 3 years ago

closes #229

codecov-commenter commented 3 years ago

Codecov Report

Merging #251 (cf07074) into master (65843f0) will increase coverage by 1.30%. The diff coverage is 87.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   76.70%   78.01%   +1.30%     
==========================================
  Files          41       41              
  Lines        3456     3734     +278     
==========================================
+ Hits         2651     2913     +262     
- Misses        805      821      +16     
Impacted Files Coverage Δ
streamson-bin/src/all.rs 0.00% <0.00%> (ø)
streamson-bin/src/handlers.rs 0.00% <0.00%> (ø)
streamson-lib/src/strategy.rs 93.10% <ø> (ø)
streamson-lib/src/handler/group.rs 83.33% <53.84%> (-4.04%) :arrow_down:
streamson-lib/src/handler.rs 75.00% <71.42%> (-12.50%) :arrow_down:
streamson-lib/src/strategy/all.rs 94.23% <76.92%> (+0.75%) :arrow_up:
streamson-lib/src/strategy/convert.rs 92.90% <83.33%> (+1.77%) :arrow_up:
streamson-lib/src/strategy/filter.rs 95.04% <83.33%> (+0.41%) :arrow_up:
streamson-lib/src/strategy/extract.rs 96.64% <84.21%> (+0.37%) :arrow_up:
streamson-lib/src/strategy/trigger.rs 94.87% <86.66%> (-1.25%) :arrow_down:
... and 3 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 65843f0...cf07074. Read the comment docs.