JuliaFolds / Transducers.jl

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

Don't use constructorof to strip off parameters #484

Closed tkf closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #484 (456e0a9) into master (df8f123) will decrease coverage by 3.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #484      +/-   ##
==========================================
- Coverage   93.53%   90.07%   -3.46%     
==========================================
  Files          32       32              
  Lines        2134     2116      -18     
==========================================
- Hits         1996     1906      -90     
- Misses        138      210      +72     
Flag Coverage Δ
Pkg.test ?
Run.test 90.07% <100.00%> (-3.28%) :arrow_down:

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

Impacted Files Coverage Δ
src/basics.jl 95.45% <100.00%> (+0.14%) :arrow_up:
src/combinators.jl 96.22% <100.00%> (ø)
src/show.jl 66.66% <0.00%> (-29.34%) :arrow_down:
src/interop/onlinestats.jl 72.72% <0.00%> (-13.64%) :arrow_down:
src/library.jl 90.73% <0.00%> (-4.72%) :arrow_down:
src/nondeterministic_threading.jl 85.86% <0.00%> (-4.35%) :arrow_down:
src/groupby.jl 85.00% <0.00%> (-3.34%) :arrow_down:
src/processes.jl 94.27% <0.00%> (-0.89%) :arrow_down:
src/comprehensions.jl 80.76% <0.00%> (-0.72%) :arrow_down:
src/broadcasting.jl 90.47% <0.00%> (-0.44%) :arrow_down:
... and 4 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 df8f123...456e0a9. Read the comment docs.