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

Run pytest using local conda installation #265

Closed SeanBryan51 closed 6 months ago

SeanBryan51 commented 6 months ago

This change improves the CI to detect missing dependencies in meta.yaml by running pytest with the dependencies that come installed with a local benchcab install.

This PR should go in after #266 so we can verify the CI is working as intended.

Fixes #264

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 63.93%. Comparing base (ac2cb1f) to head (3246f08). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #265 +/- ## ========================================== + Coverage 63.84% 63.93% +0.09% ========================================== Files 35 35 Lines 2597 2612 +15 ========================================== + Hits 1658 1670 +12 - Misses 939 942 +3 ```

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