Closed abigailalexander closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3a8c46e
) 94.15% compared to head (5d20f2c
) 94.15%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Python 3.12 was causing various github actions to fail, due to deprecation of distutils. I have pinned python versions to 3.11 where necessary, and also removed the pytest config that treats warnings as errors. I will also open an issue for this issues to be handled in the longer term.