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(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno #3079

Merged
merged 2 commits into from
Jul 3, 2024

test: fix stream abort test for Node.js

c90c662
Select commit
Loading
Failed to load commit list.
Merged

fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno #3079

test: fix stream abort test for Node.js
c90c662
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 0s

95.88% (target 75.00%)

View this Pull Request on Codecov

95.88% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.88%. Comparing base (ba8fb48) to head (c90c662).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3079   +/-   ##
=======================================
  Coverage   95.87%   95.88%           
=======================================
  Files         137      137           
  Lines       13466    13475    +9     
  Branches     2359     2264   -95     
=======================================
+ Hits        12911    12920    +9     
  Misses        555      555           

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