GreenScheduler / cats

CATS: the Climate-Aware Task Scheduler :cat2: :tiger2: :leopard:
https://greenscheduler.github.io/cats/
MIT License
50 stars 8 forks source link

Run tests on mac and python 3.12 #96

Closed andreww closed 5 months ago

andreww commented 5 months ago

Our wrapping of "at" should run on macOS and with python 3.12, so lets add these to the test matrix.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 89.22%. Comparing base (8e80090) to head (1388ab7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ======================================= Coverage 89.22% 89.22% ======================================= Files 14 14 Lines 529 529 ======================================= Hits 472 472 Misses 57 57 ```

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

andreww commented 5 months ago

Actually - something isn't right here, we have three extra tests "build" that I don't understand.

andreww commented 4 months ago

Thanks! - I learn something every day