Closed onetechnical closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.39%. Comparing base (
249016c
) to head (038e16b
). 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.
Summary
The previous image was deprecated and no longer works. This updates the image to the latest LTS (24.04) and a supported image.
Just bumping the Ubuntu version will break because the specified version of PyYAML (6.0) uses an incompatible version of cython. To fix this we just bump PyYAML, which fixed this in 6.0.2.
The CODEOWNERS file was also deprecated, so removing that as well.
Test Plan
CI Tests should pass.