JuliaFolds / Transducers.jl

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

Update to MacroTools 0.5.6 #434

Closed tkf closed 3 years ago

tkf commented 3 years ago

This is required for running test with Julia 1.6-DEV.

codecov[bot] commented 3 years ago

Codecov Report

Merging #434 (a597a27) into master (da98f28) will increase coverage by 1.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #434      +/-   ##
==========================================
+ Coverage   90.50%   91.63%   +1.13%     
==========================================
  Files          26       26              
  Lines        1706     1817     +111     
==========================================
+ Hits         1544     1665     +121     
+ Misses        162      152      -10     
Flag Coverage Δ
unittests 91.63% <ø> (+1.13%) :arrow_up:

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

Impacted Files Coverage Δ
src/simd.jl 100.00% <0.00%> (ø)
src/teezip.jl 100.00% <0.00%> (ø)
src/dreduce.jl 100.00% <0.00%> (ø)
src/interop/lazyarrays.jl 100.00% <0.00%> (ø)
src/interop/blockarrays.jl 100.00% <0.00%> (ø)
src/combinators.jl 96.22% <0.00%> (+0.07%) :arrow_up:
src/unordered.jl 96.82% <0.00%> (+0.21%) :arrow_up:
src/deprecated.jl 93.75% <0.00%> (+0.41%) :arrow_up:
src/library.jl 93.59% <0.00%> (+0.43%) :arrow_up:
src/show.jl 90.00% <0.00%> (+0.48%) :arrow_up:
... and 14 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 da98f28...adc75bb. Read the comment docs.