JuliaFolds / Transducers.jl

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

Better executor support with Referenceables #460

Closed tkf closed 3 years ago

tkf commented 3 years ago

for https://github.com/JuliaFolds/FoldsCUDA.jl/pull/46

codecov[bot] commented 3 years ago

Codecov Report

Merging #460 (0d2ed2a) into master (2e58c77) will increase coverage by 1.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
+ Coverage   90.80%   92.00%   +1.19%     
==========================================
  Files          30       31       +1     
  Lines        2034     2038       +4     
==========================================
+ Hits         1847     1875      +28     
+ Misses        187      163      -24     
Flag Coverage Δ
unittests 92.00% <100.00%> (+1.19%) :arrow_up:

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

Impacted Files Coverage Δ
src/Transducers.jl 71.42% <100.00%> (+2.19%) :arrow_up:
src/interop/referenceables.jl 100.00% <100.00%> (ø)
src/library.jl 93.75% <0.00%> (-0.26%) :arrow_down:
src/processes.jl 94.71% <0.00%> (+0.44%) :arrow_up:
src/progress.jl 92.30% <0.00%> (+0.96%) :arrow_up:
src/core.jl 89.37% <0.00%> (+0.96%) :arrow_up:
src/basics.jl 95.31% <0.00%> (+6.25%) :arrow_up:
src/partitionby.jl 89.18% <0.00%> (+8.10%) :arrow_up:
src/reduce.jl 83.18% <0.00%> (+9.97%) :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 2e58c77...0d2ed2a. Read the comment docs.