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(factory): correct the type of factory.createMiddleware() #3849

Merged
merged 1 commit into from
Jan 23, 2025

fix(factory): correct the type of `factory.createMiddleware()`

dbfe247
Select commit
Loading
Failed to load commit list.
Merged

fix(factory): correct the type of factory.createMiddleware() #3849

fix(factory): correct the type of `factory.createMiddleware()`
dbfe247
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 1s

91.32% (target 75.00%)

View this Pull Request on Codecov

91.32% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.32%. Comparing base (3fba7a5) to head (dbfe247).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3849   +/-   ##
=======================================
  Coverage   91.31%   91.32%           
=======================================
  Files         161      161           
  Lines       10240    10242    +2     
  Branches     2926     2902   -24     
=======================================
+ Hits         9351     9353    +2     
  Misses        888      888           
  Partials        1        1           

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