JuliaIO / VideoIO.jl

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

Remove julia 1.0 support, replace ImageMagick with ImageIO in tests, and remove SnoopCompile bot (temporarily) #239

Closed IanButterworth closed 4 years ago

IanButterworth commented 4 years ago

Given we test with png's it's much more efficient/stable to test with the new ImageIO package. Also, the SnoopCompile bot has issues, and is about to be overhauled, so I'm temporarily removing it.

@giordano let's merge yours into here and see how tests do

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   76.88%   74.86%   -2.02%     
==========================================
  Files          14       14              
  Lines         545      569      +24     
==========================================
+ Hits          419      426       +7     
- Misses        126      143      +17     
Impacted Files Coverage Δ
src/VideoIO.jl 51.06% <ø> (-1.72%) :arrow_down:
src/avdictionary.jl 16.12% <0.00%> (-3.11%) :arrow_down:
src/testvideos.jl 88.23% <0.00%> (-2.68%) :arrow_down:
src/util.jl 71.87% <0.00%> (-2.32%) :arrow_down:
src/avio.jl 75.63% <0.00%> (-0.95%) :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 239b7d3...eca13e9. Read the comment docs.