Closed jacobtomlinson closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.10%. Comparing base (
87063fc
) to head (f92b8b3
). Report is 128 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #461 Contributes towards #459
Using
pipx
to installhatch
was causing the system python to be used inpytest
. Switching to standardpip
resolves this.Also fix up some Python 3.8 type annotation things that were previously missed by CI.