JuliaFolds / Transducers.jl

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

Make transducer listing work again #469

Closed tkf closed 3 years ago

tkf commented 3 years ago

fix #465

Commit Message

Make transducer listing work again (#469)

It looks like the filtering condition introduced in #461 for hiding ReduceSplitBy (IIRC) was unnecessary and is actually hiding everything.

codecov[bot] commented 3 years ago

Codecov Report

Merging #469 (280a3e8) into master (0e46ec7) will increase coverage by 0.80%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #469      +/-   ##
==========================================
+ Coverage   91.65%   92.45%   +0.80%     
==========================================
  Files          32       32              
  Lines        2121     2122       +1     
==========================================
+ Hits         1944     1962      +18     
+ Misses        177      160      -17     
Flag Coverage Δ
unittests 92.45% <100.00%> (+0.80%) :arrow_up:

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

Impacted Files Coverage Δ
src/lister.jl 86.66% <100.00%> (+38.93%) :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 0e46ec7...280a3e8. Read the comment docs.