JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
432 stars 24 forks source link

Support `completebasecase` in `TeeRF` and `ProductRF` #515

Closed tkf closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #515 (7e63c22) into master (9419754) will decrease coverage by 0.89%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #515      +/-   ##
==========================================
- Coverage   93.52%   92.62%   -0.90%     
==========================================
  Files          32       32              
  Lines        2223     2223              
==========================================
- Hits         2079     2059      -20     
- Misses        144      164      +20     
Flag Coverage Δ
Pkg.test 89.66% <100.00%> (+<0.01%) :arrow_up:
Run.test 92.44% <100.00%> (-0.90%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/combinators.jl 96.72% <100.00%> (+0.11%) :arrow_up:
src/reduce.jl 72.07% <0.00%> (-10.08%) :arrow_down:
src/basics.jl 88.88% <0.00%> (-5.56%) :arrow_down:
src/partitionby.jl 90.90% <0.00%> (-3.90%) :arrow_down:
src/core.jl 90.18% <0.00%> (-0.94%) :arrow_down:
src/progress.jl 91.58% <0.00%> (-0.94%) :arrow_down:
src/library.jl 95.81% <0.00%> (+0.25%) :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 9419754...7e63c22. Read the comment docs.