koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.11k stars 3.22k forks source link

fix: should export createAsyncCtxStorageMiddleware function #1725

Closed fengmk2 closed 1 year ago

fengmk2 commented 1 year ago

pick from https://github.com/koajs/koa/pull/1724

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.61% // Head: 99.61% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (4791bd6) compared to base (d7894c8). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1725 +/- ## ======================================= Coverage 99.61% 99.61% ======================================= Files 5 5 Lines 520 521 +1 Branches 145 145 ======================================= + Hits 518 519 +1 Misses 2 2 ``` | [Impacted Files](https://codecov.io/gh/koajs/koa/pull/1725?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=koajs) | Coverage Δ | | |---|---|---| | [lib/application.js](https://codecov.io/gh/koajs/koa/pull/1725/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=koajs#diff-bGliL2FwcGxpY2F0aW9uLmpz) | `98.43% <100.00%> (+0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=koajs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=koajs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.