JuliaAstro / AstroImages.jl

Visualization of astronomical images
Other
29 stars 9 forks source link

Muti File support #21

Closed aquatiko closed 5 years ago

aquatiko commented 5 years ago

Also, here I am adding things in an empty array and then converting to a tuple. Is there a way to push these directly to a tuple?

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 3.75%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   94.91%   98.66%   +3.75%     
==========================================
  Files           3        3              
  Lines          59       75      +16     
==========================================
+ Hits           56       74      +18     
+ Misses          3        1       -2
Impacted Files Coverage Δ
src/AstroImages.jl 100% <100%> (+4.25%) :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 0827e23...e0f45f1. Read the comment docs.

giordano commented 5 years ago

Tests are not passing on Windows, with any Julia version. WebIO cannot be built, but this looks unrelated to the actual errors reported down in the log.

aquatiko commented 5 years ago

@giordano can this be merged now?