mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
62 stars 27 forks source link

Develop #95

Closed mroberge closed 3 years ago

mroberge commented 3 years ago

Hydrofunctions 0.2.1

codecov[bot] commented 3 years ago

Codecov Report

Merging #95 (6e987ea) into master (631f7d1) will increase coverage by 7.13%. The diff coverage is 94.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   86.79%   93.93%   +7.13%     
==========================================
  Files           8       27      +19     
  Lines         621     2044    +1423     
  Branches      111        0     -111     
==========================================
+ Hits          539     1920    +1381     
- Misses         55      124      +69     
+ Partials       27        0      -27     
Impacted Files Coverage Δ
hydrofunctions/exceptions.py 100.00% <ø> (ø)
setup.py 0.00% <0.00%> (ø)
hydrofunctions/waterwatch.py 68.96% <68.96%> (ø)
hydrofunctions/station.py 93.70% <88.46%> (+0.06%) :arrow_up:
hydrofunctions/usgs_rdb.py 92.59% <90.90%> (-0.87%) :arrow_down:
hydrofunctions/hydrofunctions.py 89.71% <94.44%> (+7.35%) :arrow_up:
tests/test_waterwatch.py 95.23% <95.23%> (ø)
tests/test_validate.py 99.06% <99.06%> (ø)
hydrofunctions/__init__.py 100.00% <100.00%> (ø)
hydrofunctions/charts.py 87.75% <100.00%> (+3.06%) :arrow_up:
... and 30 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 631f7d1...6e987ea. Read the comment docs.