JuliaFolds / Transducers.jl

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

Ignore spaces in test_show.jl run with Julia 1.6 #420

Closed tkf closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #420 into master will increase coverage by 0.85%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   90.84%   91.69%   +0.85%     
==========================================
  Files          25       25              
  Lines        1594     1698     +104     
==========================================
+ Hits         1448     1557     +109     
+ Misses        146      141       -5     
Flag Coverage Δ
#unittests 91.69% <ø> (+0.85%) :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/basics.jl 92.30% <0.00%> (+0.20%) :arrow_up:
src/unordered.jl 96.82% <0.00%> (+0.21%) :arrow_up:
src/library.jl 93.53% <0.00%> (+0.38%) :arrow_up:
src/deprecated.jl 93.75% <0.00%> (+0.41%) :arrow_up:
... and 13 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 b1e469e...c95bfa3. Read the comment docs.