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

Make RPC client try more #2996

Merged
merged 5 commits into from
Nov 2, 2024

morph: drop inactive client mode, fix #2797

5ec3d5a
Select commit
Loading
Failed to load commit list.
Merged

Make RPC client try more #2996

morph: drop inactive client mode, fix #2797
5ec3d5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2024 in 0s

22.91% (+0.03%) compared to 838126c

View this Pull Request on Codecov

22.91% (+0.03%) compared to 838126c

Details

Codecov Report

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

Project coverage is 22.91%. Comparing base (838126c) to head (5ec3d5a).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
pkg/morph/client/client.go 0.00% 81 Missing ⚠️
pkg/morph/client/constructor.go 0.00% 60 Missing ⚠️
pkg/morph/client/connection.go 0.00% 40 Missing ⚠️
pkg/morph/client/notary.go 0.00% 34 Missing ⚠️
pkg/morph/client/notifications.go 0.00% 34 Missing ⚠️
pkg/morph/client/multi.go 0.00% 20 Missing ⚠️
pkg/morph/client/nns.go 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2996      +/-   ##
==========================================
+ Coverage   22.88%   22.91%   +0.03%     
==========================================
  Files         785      786       +1     
  Lines       58806    58709      -97     
==========================================
- Hits        13457    13454       -3     
+ Misses      44469    44374      -95     
- Partials      880      881       +1     

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