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

feat(native fetch): Handle Node.js fetch errors #1252

Merged
merged 3 commits into from
Mar 15, 2024

Merge branch 'main' into handle-fetch-errors

672d8b8
Select commit
Loading
Failed to load commit list.
Merged

feat(native fetch): Handle Node.js fetch errors #1252

Merge branch 'main' into handle-fetch-errors
672d8b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 15, 2024 in 1s

62.72% (-0.54%) compared to 11a8d6a

View this Pull Request on Codecov

62.72% (-0.54%) compared to 11a8d6a

Details

Codecov Report

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

Project coverage is 62.72%. Comparing base (11a8d6a) to head (672d8b8).

Files Patch % Lines
src/components/probe/prober/http/request.ts 27.86% 43 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1252      +/-   ##
==========================================
- Coverage   63.25%   62.72%   -0.54%     
==========================================
  Files         111      111              
  Lines        3326     3364      +38     
  Branches      574      590      +16     
==========================================
+ Hits         2104     2110       +6     
- Misses       1032     1064      +32     
  Partials      190      190              

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