UBC-MDS / noaastn

Python package that downloads, processes and visualizes weather data from the NOAA website.
https://noaastn.readthedocs.io/en/latest/
MIT License
3 stars 3 forks source link

Review updates #47

Closed spentelow closed 3 years ago

spentelow commented 3 years ago

Addressed various changes from Marco and Chad's reviews:

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (e8cdb07) into main (4533f35) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          176       176           
=========================================
  Hits           176       176           
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_get_weather_data.py 100.00% <ø> (ø)
noaastn/__init__.py 100.00% <100.00%> (ø)
noaastn/noaastn.py 100.00% <100.00%> (ø)

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 1f622d5...e8cdb07. Read the comment docs.