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

Increase test coverage and add example usage to readme #40

Closed spentelow closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (7006f80) into main (cacf5ba) will increase coverage by 3.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #40      +/-   ##
===========================================
+ Coverage   96.59%   100.00%   +3.40%     
===========================================
  Files           5         5              
  Lines         176       176              
===========================================
+ Hits          170       176       +6     
+ Misses          6         0       -6     
Flag Coverage Δ
unittests 100.00% <100.00%> (+3.40%) :arrow_up:

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

Impacted Files Coverage Δ
noaastn/noaastn.py 100.00% <100.00%> (+5.82%) :arrow_up:
tests/test_get_weather_data.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 cacf5ba...7006f80. Read the comment docs.