ziotom78 / Healpix.jl

Healpix library written in Julia
GNU General Public License v2.0
51 stars 18 forks source link

[CI] Run tests on latest stable version and add timeout #86

Closed giordano closed 2 years ago

giordano commented 2 years ago

With '1' instead of '1.7' you don't have to update the list of versions every time a new version of Julia is out. Also, tests on Julia nightly are currently stalling, but the default timeout is 6 hours which is pretty much non-sense and also a huge overkill for this package which takes 2-3 minutes at most to run a full job. 15 minutes should be a much more reasonable timeout

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (402764a) into master (1f46ab3) will increase coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   87.14%   87.21%   +0.07%     
==========================================
  Files          19       19              
  Lines        1112     1142      +30     
==========================================
+ Hits          969      996      +27     
- Misses        143      146       +3     
Impacted Files Coverage Δ
src/projections.jl 67.42% <0.00%> (-1.08%) :arrow_down:
src/math.jl 100.00% <0.00%> (ø)
src/mapmaking.jl 100.00% <0.00%> (ø)
src/pixelfunc.jl 89.74% <0.00%> (+0.08%) :arrow_up:
src/sphtfunc.jl 96.96% <0.00%> (+0.09%) :arrow_up:
src/map_io.jl 90.41% <0.00%> (+0.13%) :arrow_up:
src/alm.jl 96.36% <0.00%> (+0.13%) :arrow_up:
src/query.jl 93.87% <0.00%> (+0.32%) :arrow_up:
src/map_pixelfunc.jl 90.54% <0.00%> (+0.83%) :arrow_up:
src/weights.jl 75.00% <0.00%> (+0.92%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ziotom78 commented 2 years ago

Thanks @giordano !