Closed ricab closed 7 months ago
Attention: Patch coverage is 88.42975%
with 28 lines
in your changes are missing coverage. Please review.
Project coverage is 88.89%. Comparing base (
0270a47
) to head (0b98ab5
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I looks like coverage criteria are different for draft (it was passing before). For the reviewer, notice that:
That said, I can try to cover some more if we judge it necessary.
Hey @townsend2010, I have erased those const
changes from history :wink:
Ok, merging by hand now since the merge queue failed as expected.
Cache one SSHSession in each VM to run commands in. Mounts are not included
I observe a 3x-5x speedup in
info
andls
with this.Suggestions to test disconnection:
multipass ls
after:multipass ls
in betweensudo netstat -tpna
— it's the one that doesn't matchecho $SSH_CONNECTION
)