ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Update to the latest versions of checkout and setup-python actions #180

Closed tztsai closed 6 months ago

tztsai commented 7 months ago

Description

This is to fix the deprecation issue of Node in the CI workflow. Versions of GitHub actions checkout@v3 and setup-python@v4 are updated to v4 and v5 respectively.

Fixes #178

Type of change

Key checklist

codecov-commenter commented 7 months ago

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (90b7548) 93.93% compared to head (d6bb72a) 93.57%. Report is 22 commits behind head on develop.

Files Patch % Lines
pyrealm/pmodel/optimal_chi.py 87.74% 19 Missing :warning:
pyrealm/pmodel/pmodel.py 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #180 +/- ## =========================================== - Coverage 93.93% 93.57% -0.36% =========================================== Files 28 28 Lines 1401 1464 +63 =========================================== + Hits 1316 1370 +54 - Misses 85 94 +9 ```

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