Closed ludovicsteinbach closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.63%. Comparing base (
879be43
) to head (f9f8cbf
). 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.
When integration tests failed, the job to check whether there are other active workflow runs was skipped and the VM was always turned off. Adds a condition on the check_workflow_runs job to always run, unless the whole workflow has been cancelled, in which case the VM shutdown is also skipped.