linopy icon indicating copy to clipboard operation
linopy copied to clipboard

add python 3.12 to CI

Open FabianHofmann opened this issue 1 year ago • 2 comments

FabianHofmann avatar Oct 27 '23 10:10 FabianHofmann

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 84.11%. Comparing base (1e1a123) to head (4972924).

Files Patch % Lines
linopy/solvers.py 66.66% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   88.87%   84.11%   -4.76%     
==========================================
  Files          15       15              
  Lines        3666     3671       +5     
  Branches      860      862       +2     
==========================================
- Hits         3258     3088     -170     
- Misses        283      464     +181     
+ Partials      125      119       -6     

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

codecov[bot] avatar Oct 27 '23 10:10 codecov[bot]

Just to mention that the latest commit messages states to "disable cplex for python < 3.12" while it actually does the opposite (disable it for python >= 3.12). So you might want to --amend that and force push the commit message @FabianHofmann :)

maurerle avatar Apr 24 '24 07:04 maurerle