Closed weiihann closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.38%. Comparing base (
f3c885f
) to head (988bfe7
). 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.
The previous line already does
defer s.host.Close()
, so there's no need to doreturn s.host.Close()
again.