Closed dschlaep closed 1 year ago
Merging #238 (3ed51b7) into main (22e6011) will increase coverage by
0.08%
. The diff coverage is83.58%
.:exclamation: Current head 3ed51b7 differs from pull request most recent head e19e793. Consider uploading reports for the commit e19e793 to get more accurate results
@@ Coverage Diff @@
## main #238 +/- ##
==========================================
+ Coverage 58.61% 58.69% +0.08%
==========================================
Files 42 42
Lines 8058 8074 +16
==========================================
+ Hits 4723 4739 +16
Misses 3335 3335
Files Changed | Coverage Δ | |
---|---|---|
R/Rsw.R | 68.85% <ø> (ø) |
|
src/rSW_VegEstab.c | 46.01% <29.41%> (ø) |
|
src/rSW_Model.c | 73.01% <33.33%> (ø) |
|
src/rSW_SoilWater.c | 45.45% <50.00%> (ø) |
|
src/rSW_Markov.c | 35.22% <60.00%> (ø) |
|
src/rSW_Carbon.c | 96.00% <88.88%> (ø) |
|
src/rSW_VegProd.c | 99.80% <90.00%> (ø) |
|
src/rSW_Site.c | 97.73% <95.74%> (ø) |
|
src/rSW_Output.c | 97.54% <97.77%> (+0.12%) |
:arrow_up: |
R/swWeatherGenerator.R | 36.26% <100.00%> (-0.14%) |
:arrow_down: |
... and 5 more |
Accommodate SOILWAT2 v7.1.0 developments (DrylandEcology/SOILWAT2#351)
Updating rSOILWAT2 to be compatible with SOILWAT2 v7.1.0 (thread-safety and reentrancy) will not affect the user interface and is expected to produce identical simulation output
previously, this was targeted for v6.0.1 (PR #235)