Closed amoodie closed 2 years ago
Merging #242 (61f6626) into develop (edf6927) will increase coverage by
0.06%
. The diff coverage is87.50%
.
@@ Coverage Diff @@
## develop #242 +/- ##
===========================================
+ Coverage 78.85% 78.91% +0.06%
===========================================
Files 12 12
Lines 2577 2590 +13
===========================================
+ Hits 2032 2044 +12
- Misses 545 546 +1
Impacted Files | Coverage Δ | |
---|---|---|
pyDeltaRCM/init_tools.py | 97.10% <ø> (ø) |
|
pyDeltaRCM/water_tools.py | 54.83% <33.33%> (-0.03%) |
:arrow_down: |
pyDeltaRCM/hook_tools.py | 98.18% <100.00%> (+0.14%) |
:arrow_up: |
pyDeltaRCM/iteration_tools.py | 98.01% <100.00%> (+0.02%) |
:arrow_up: |
pyDeltaRCM/sed_tools.py | 44.29% <100.00%> (+0.36%) |
:arrow_up: |
pyDeltaRCM/shared_tools.py | 76.19% <100.00%> (+0.70%) |
: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 edf6927...61f6626. Read the comment docs.
this PR does some package maintenance (e.g., suppressing numpy warnings) and adds a few non-breaking features.
The features are:
hook_after_route_water
andhook_after_route_sediment
).Updates documentation accordingly.