Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

morph: fix nil pointer dereferencing to connection #3073

Merged
merged 1 commit into from
Dec 27, 2024

morph: fix nil pointer dereferencing to connection

48d09ab
Select commit
Loading
Failed to load commit list.
Merged

morph: fix nil pointer dereferencing to connection #3073

morph: fix nil pointer dereferencing to connection
48d09ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 27, 2024 in 1s

22.42% (+0.00%) compared to fb304b4

View this Pull Request on Codecov

22.42% (+0.00%) compared to fb304b4

Details

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 22.42%. Comparing base (fb304b4) to head (48d09ab).

Files with missing lines Patch % Lines
pkg/morph/client/multi.go 0.00% 3 Missing ⚠️
pkg/morph/client/notifications.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3073   +/-   ##
=======================================
  Coverage   22.42%   22.42%           
=======================================
  Files         792      792           
  Lines       58535    58538    +3     
=======================================
+ Hits        13129    13130    +1     
- Misses      44505    44507    +2     
  Partials      901      901           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.