Skip to content

Add Elysia, Express, and H3/Nitro integrations - #175

Open
arthurfiorette wants to merge 3 commits into
mainfrom
arthurfiorette/more-integrations
Open

Add Elysia, Express, and H3/Nitro integrations#175
arthurfiorette wants to merge 3 commits into
mainfrom
arthurfiorette/more-integrations

Conversation

@arthurfiorette

Copy link
Copy Markdown
Owner

Summary

  • add route handler integrations for Elysia, Express, and H3/Nitro
  • centralize consistent health-check response headers across HTTP integrations
  • add framework tests, package entrypoints, peer dependencies, and integration documentation

Verification

  • pnpm test (82 tests)
  • pnpm lint
  • pnpm build
  • pnpm docs:build
  • git diff --check

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.75000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.46%. Comparing base (baea831) to head (e7e2c57).

Files with missing lines Patch % Lines
src/integrations/elysia.ts 98.36% 0 Missing and 1 partial ⚠️
src/integrations/express.ts 98.50% 0 Missing and 1 partial ⚠️
src/integrations/h3.ts 98.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
+ Coverage   98.43%   98.46%   +0.02%     
==========================================
  Files          16       19       +3     
  Lines        1343     1562     +219     
  Branches       81       92      +11     
==========================================
+ Hits         1322     1538     +216     
  Misses         13       13              
- Partials        8       11       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants