JuliaFolds / Transducers.jl

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

Recurse in extract_transducer(ed::Eduction) #448

Closed tkf closed 3 years ago

tkf commented 3 years ago

Commit Message

Recurse in extract_transducer(ed::Eduction) (#448)

Handle the case where an eduction wraps an iterator transformation.

codecov[bot] commented 3 years ago

Codecov Report

Merging #448 (f2e2616) into master (9b1908a) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #448   +/-   ##
=======================================
  Coverage   92.01%   92.01%           
=======================================
  Files          28       28           
  Lines        1903     1904    +1     
=======================================
+ Hits         1751     1752    +1     
  Misses        152      152           
Flag Coverage Δ
unittests 92.01% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
src/comprehensions.jl 80.76% <100.00%> (+0.76%) :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 9b1908a...f2e2616. Read the comment docs.