GreenScheduler / cats

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

Have tests report coverage in CI #85

Closed andreww closed 2 months ago

andreww commented 2 months ago

This will help us keep track of current test coverage - it's a simple change to the CI and dependancies. One thing to (maybe) think about is how these get reported (e.g. can we make github cache the previous coverage and use that to see if we are doing better). I'm happy for this to be merged or to leave it hanging around with more work needed.