Closed Psycojoker closed 2 months ago
@hoh this is related to your #689 PR
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 62.69%. Comparing base (
02affa3
) to head (3ac7244
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Sometime in test-using-pytest CI workflow the previous job failed, for example here, and this line with
if: always()
won't be able to run because hatch is installed in the previous step but this step might get skipped.Self proofreading checklist
Changes
Always install hatch in this
always
step of the job.How to test
Make a PR that will fail this job, for example by not respecting black or use act to test that locally.