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(http prober): #1285 implement cache http response #1296

Merged

add redundant message doc

ab0442b
Select commit
Loading
Failed to load commit list.
Merged

feat(http prober): #1285 implement cache http response #1296

add redundant message doc
ab0442b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 0s

63.53% (+1.01%) compared to 6a29470

View this Pull Request on Codecov

63.53% (+1.01%) compared to 6a29470

Details

Codecov Report

Attention: Patch coverage is 43.58974% with 22 lines in your changes missing coverage. Please review.

Project coverage is 63.53%. Comparing base (6a29470) to head (ab0442b).
Report is 16 commits behind head on main.

Files Patch % Lines
src/components/probe/prober/http/response-cache.ts 25.92% 18 Missing and 2 partials ⚠️
src/components/probe/prober/http/index.ts 88.88% 0 Missing and 1 partial ⚠️
src/components/probe/prober/http/request.ts 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1296      +/-   ##
==========================================
+ Coverage   62.51%   63.53%   +1.01%     
==========================================
  Files         112      109       -3     
  Lines        3391     3409      +18     
  Branches      591      580      -11     
==========================================
+ Hits         2120     2166      +46     
+ Misses       1079     1058      -21     
+ Partials      192      185       -7     

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