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

Add verbose mode to RDB functions #106

Closed mroberge closed 3 years ago

mroberge commented 3 years ago

The default verbose mode will print a message before and after a request is made, over-writing the first message.

codecov[bot] commented 3 years ago

Codecov Report

Merging #106 (a83ad19) into develop (7ca6364) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #106      +/-   ##
===========================================
+ Coverage    93.99%   94.05%   +0.06%     
===========================================
  Files           27       27              
  Lines         2065     2086      +21     
===========================================
+ Hits          1941     1962      +21     
  Misses         124      124              
Impacted Files Coverage Δ
hydrofunctions/hydrofunctions.py 89.79% <ø> (ø)
hydrofunctions/usgs_rdb.py 93.65% <100.00%> (+1.05%) :arrow_up:
tests/test_usgs_rdb.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 7ca6364...a83ad19. Read the comment docs.