Closed jacobweinstock closed 1 week ago
Attention: Patch coverage is 0%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 46.80%. Comparing base (
e9d50f1
) to head (75ad68a
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
controller/client.go | 0.00% | 13 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
It possible for opts (*BMCOptions) in NewClientFunc to be nil and cause a panic.
Why is this needed
Fixes: #
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: