CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 3 forks source link

Add getter method for built executable #206

Closed SeanBryan51 closed 10 months ago

SeanBryan51 commented 10 months ago

This change removes any hard coded paths to the built executable that are outside the CableRepository class and replaces these with a method that returns the path to the executable. This is done to prepare for the changes in #183 which requires paths to vary accross different CableRepository objects.

Fixes #199

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bb7ab15) 85.19% compared to head (e9110fa) 85.24%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #206 +/- ## ========================================== + Coverage 85.19% 85.24% +0.05% ========================================== Files 27 27 Lines 1391 1396 +5 ========================================== + Hits 1185 1190 +5 Misses 206 206 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.