JuliaFolds / Transducers.jl

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

Suppress replacing docs warning #394

Closed tkf closed 4 years ago

tkf commented 4 years ago

Commit Message

Suppress replacing docs warning (#394)

This patch fixes the following warning

Warning: Replacing docs for `Base.reduce :: Union{}` in module `Transducers`
codecov[bot] commented 4 years ago

Codecov Report

Merging #394 into master will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage   90.59%   90.58%   -0.01%     
==========================================
  Files          25       25              
  Lines        1531     1530       -1     
==========================================
- Hits         1387     1386       -1     
  Misses        144      144              
Impacted Files Coverage Δ
src/deprecated.jl 93.33% <ø> (ø)
src/reduce.jl 81.18% <ø> (-0.19%) :arrow_down:

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 84af4ea...ca6bbf3. Read the comment docs.