aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Fix several open issues and improve unittests #164

Closed mhidas closed 2 years ago

mhidas commented 2 years ago

The aim is to merge this and release v1.5

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (87e8f72) into master (af80337) will increase coverage by 0.47%. The diff coverage is 79.06%.

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   84.39%   84.86%   +0.47%     
==========================================
  Files          12       12              
  Lines        1134     1130       -4     
  Branches      153      156       +3     
==========================================
+ Hits          957      959       +2     
+ Misses        156      152       -4     
+ Partials       21       19       -2     
Impacted Files Coverage Δ
...odntools/timeseries_products/gridded_timeseries.py 0.00% <0.00%> (ø)
.../timeseries_products/velocity_hourly_timeseries.py 95.15% <93.75%> (+1.13%) :arrow_up:
...tools/timeseries_products/aggregated_timeseries.py 95.12% <100.00%> (-0.03%) :arrow_down:
aodntools/timeseries_products/common.py 89.47% <100.00%> (+0.74%) :arrow_up:
aodntools/timeseries_products/hourly_timeseries.py 98.18% <100.00%> (-0.02%) :arrow_down:
...eseries_products/velocity_aggregated_timeseries.py 91.72% <100.00%> (+2.02%) :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 af80337...87e8f72. Read the comment docs.