EcoJulia / RasterDataSources.jl

Easily download and use raster data sets in Julia
MIT License
21 stars 10 forks source link

clean up tests, use SafeTestsets.jl and Aqua.jl #33

Closed rafaqz closed 2 years ago

rafaqz commented 2 years ago

Small improvements to test correctness and avoid bugs in future.

codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (e7eed99) into master (5e46950) will decrease coverage by 0.25%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   73.66%   73.41%   -0.26%     
==========================================
  Files          15       15              
  Lines         357      395      +38     
==========================================
+ Hits          263      290      +27     
- Misses         94      105      +11     
Impacted Files Coverage Δ
src/worldclim/weather.jl 18.18% <0.00%> (-1.82%) :arrow_down:
src/types.jl 54.54% <28.57%> (-45.46%) :arrow_down:
src/awap/awap.jl 82.75% <37.50%> (-13.54%) :arrow_down:
src/alwb/alwb.jl 92.85% <75.00%> (-7.15%) :arrow_down:
src/shared.jl 62.85% <83.33%> (-1.43%) :arrow_down:
src/chelsa/future.jl 62.12% <88.23%> (+4.64%) :arrow_up:
src/chelsa/bioclim.jl 100.00% <100.00%> (+9.09%) :arrow_up:
src/earthenv/habitatheterogeneity.jl 93.10% <100.00%> (+0.24%) :arrow_up:
src/earthenv/landcover.jl 100.00% <100.00%> (ø)
src/worldclim/bioclim.jl 100.00% <100.00%> (+4.76%) :arrow_up:
... and 1 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 5e46950...e7eed99. Read the comment docs.