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

Follow HTTP redirects after failed WS dials #251

Merged
merged 7 commits into from
Feb 23, 2024

Store retry errors in the wsclient

f6cc5df
Select commit
Loading
Failed to load commit list.
Merged

Follow HTTP redirects after failed WS dials #251

Store retry errors in the wsclient
f6cc5df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2024 in 0s

73.74% (+0.28%) compared to ce8a8dd

View this Pull Request on Codecov

73.74% (+0.28%) compared to ce8a8dd

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 73.74%. Comparing base (ce8a8dd) to head (f6cc5df).

Files Patch % Lines
client/wsclient.go 85.71% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
+ Coverage   73.45%   73.74%   +0.28%     
==========================================
  Files          25       25              
  Lines        1537     1550      +13     
==========================================
+ Hits         1129     1143      +14     
+ Misses        298      297       -1     
  Partials      110      110              

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