JuliaIO / BufferedStreams.jl

Fast composable IO streams
MIT License
42 stars 20 forks source link

Change depreceated syntax and enabled testing on julia 0.7 #49

Closed TransGirlCodes closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 1.66%. The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   83.71%   85.38%   +1.66%     
==========================================
  Files           6        5       -1     
  Lines         307      301       -6     
==========================================
  Hits          257      257              
+ Misses         50       44       -6
Impacted Files Coverage Δ
src/BufferedStreams.jl 75% <ø> (ø) :arrow_up:
src/io.jl 100% <100%> (ø) :arrow_up:
src/bufferedinputstream.jl 96.91% <100%> (ø) :arrow_up:
src/emptystream.jl 69.38% <50%> (ø) :arrow_up:
src/bufferedoutputstream.jl 72.15% <66.66%> (ø) :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 4defafa...17c7cad. Read the comment docs.

bicycle1885 commented 6 years ago

I think you need to bump the Julia version of REQUIRE as well.