Closed SeanBryan51 closed 11 months ago
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
9a8ec67
) 82.68% compared to head (db6b941
) 82.34%. Report is 4 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
benchcab/benchcab.py | 0.00% | 3 Missing :warning: |
benchcab/fluxsite.py | 90.00% | 1 Missing :warning: |
benchcab/model.py | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Integration tests pass. The CABLE executable built with benchcab (default behaviour) is identical to that built with the build script (in src/offline/build3.sh
).
The
serial_cable
andparallel_cable
scripts were deprecated in https://github.com/CABLE-LSM/CABLE/pull/193. This change does the same in the benchcab source code.Code branches that require the serial_cable and parallel_cable scripts can use the
build_script
key as a work around.Fixes #223