JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

Drop v0.6 support #124

Closed kmsquire closed 6 years ago

kmsquire commented 6 years ago

Current failure is https://github.com/JuliaIO/ImageMagick.jl/issues/130.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@36b0ea5). Click here to learn what that means. The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #124   +/-   ##
=========================================
  Coverage          ?   89.22%           
=========================================
  Files             ?       21           
  Lines             ?      232           
  Branches          ?        0           
=========================================
  Hits              ?      207           
  Misses            ?       25           
  Partials          ?        0
Impacted Files Coverage Δ
src/libav/AVFormat/src/AVFormat.jl 100% <ø> (ø)
src/libav/AVUtil/v52/libavutil_h.jl 100% <ø> (ø)
src/libav/AVDevice/src/AVDevice.jl 100% <ø> (ø)
src/libav/AVUtil/v52/pixdesc.jl 100% <ø> (ø)
src/libav/SWScale/v2/swscale.jl 100% <ø> (ø)
src/libav/SWScale/src/SWScale.jl 100% <ø> (ø)
src/version.jl 100% <ø> (ø)
src/libav/AVCodecs/src/AVCodecs.jl 100% <ø> (ø)
src/VideoIO.jl 100% <100%> (ø)
src/libav/AVCodecs/v54/libavcodec_h.jl 100% <100%> (ø)
... and 10 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 36b0ea5...615aa04. Read the comment docs.

kmsquire commented 6 years ago

Tests pass!

For anyone following at home, this is still somewhat limited:

Going to merge and tag, and start work on on other issues.