Closed johnnychen94 closed 3 years ago
Merging #199 (3d6cb56) into master (47fdb39) will increase coverage by
4.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #199 +/- ##
==========================================
+ Coverage 70.52% 74.58% +4.05%
==========================================
Files 3 3
Lines 397 421 +24
==========================================
+ Hits 280 314 +34
+ Misses 117 107 -10
Impacted Files | Coverage Δ | |
---|---|---|
src/ImageMagick.jl | 84.21% <100.00%> (+8.68%) |
:arrow_up: |
src/precompile.jl | 82.05% <0.00%> (+0.97%) |
:arrow_up: |
src/libmagickwand.jl | 66.95% <0.00%> (+1.51%) |
: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 47fdb39...3d6cb56. Read the comment docs.
The failure in ubuntu is reproducible locally and seems to be an SSL certificate issue.
julia> download("http://magnushoff.com/assets/test-exiforientation.zip")
┌ Error: Download failed: curl: (60) SSL certificate problem: unable to get local issuer certificate
└ @ Base download.jl:43
ERROR: failed process: Process(`curl -s -S -g -L -f -o /tmp/jl_3ekIQ8 http://magnushoff.com/assets/test-exiforientation.zip`, ProcessExited(60)) [60]
The failure in ubuntu is reproducible locally and seems to be an SSL certificate issue.
Interesting. Can we generate a "data artifact" and stop worrying about downloading this freshly each time? I haven't really followed that world very well.
This file is only 4Kb (less than the 4kb block size) so I think we're good to commit it to the git?
That works for me unless there's some license/whatever reason that we can't.
Similar to the
save_
method for filename, this PR passes extra keywords toimage2wand
. An example of this is a stream gif saving with fps keyword. (https://github.com/JuliaImages/ImageShow.jl/pull/30/)Also fixes a FileIO depwarn in the tests.