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

fix(middleware/etag): generate etag hash value from all chunks #3604

Merged
merged 4 commits into from
Nov 3, 2024

test(middleware/etag): add tests for empty stream and null body

d7083e0
Select commit
Loading
Failed to load commit list.
Merged

fix(middleware/etag): generate etag hash value from all chunks #3604

test(middleware/etag): add tests for empty stream and null body
d7083e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 3, 2024 in 0s

89.80% (target 75.00%)

View this Pull Request on Codecov

89.80% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.80%. Comparing base (4dd8b2b) to head (d7083e0).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3604      +/-   ##
==========================================
- Coverage   94.71%   89.80%   -4.92%     
==========================================
  Files         158      159       +1     
  Lines        9555    10120     +565     
  Branches     2813     2932     +119     
==========================================
+ Hits         9050     9088      +38     
- Misses        505     1032     +527     

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