JuliaFolds / Transducers.jl

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

Make tests runnable with --depwarn=error #382

Closed tkf closed 4 years ago

tkf commented 4 years ago

This PR is tested with #381.

Commit Message

Make tests runnable with --depwarn=error (#382)

Fix/skip tests so that it works with --depwarn=error. The CI is still run with --depwarn=yes to test the warning message.

codecov[bot] commented 4 years ago

Codecov Report

Merging #382 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #382   +/-   ##
=======================================
  Coverage   90.61%   90.61%           
=======================================
  Files          26       26           
  Lines        1534     1534           
=======================================
  Hits         1390     1390           
  Misses        144      144           

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 9462f4a...96d3aea. Read the comment docs.