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: support hono #1890

Merged
merged 16 commits into from
Jul 17, 2024
Merged

feat: support hono #1890

merged 16 commits into from
Jul 17, 2024

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Jul 12, 2024

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • documentation update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #1885

Breaking Changes

No

Additional Info

Test are still WIP, manually works fine + update README

@ckken
Copy link

ckken commented Jul 15, 2024

+1

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

Attention: Patch coverage is 93.64407% with 15 lines in your changes missing coverage. Please review.

Project coverage is 96.02%. Comparing base (278421f) to head (ccde8d1).
Report is 8 commits behind head on master.

Files Patch % Lines
src/index.js 87.20% 11 Missing ⚠️
src/middleware.js 96.80% 3 Missing ⚠️
src/utils/compatibleAPI.js 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1890      +/-   ##
==========================================
- Coverage   96.25%   96.02%   -0.23%     
==========================================
  Files          13       13              
  Lines         694      831     +137     
  Branches      206      228      +22     
==========================================
+ Hits          668      798     +130     
- Misses         25       33       +8     
+ Partials        1        0       -1     

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

@alexander-akait alexander-akait merged commit 0f9f398 into master Jul 17, 2024
12 checks passed
@alexander-akait alexander-akait deleted the feat-hono branch July 17, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support hono.js
2 participants