Skip to content

test: support alg option for JWT middleware#4624

Merged
yusukebe merged 1 commit into
mainfrom
test/jwt-alg-option
Jan 13, 2026
Merged

test: support alg option for JWT middleware#4624
yusukebe merged 1 commit into
mainfrom
test/jwt-alg-option

Conversation

@yusukebe

Copy link
Copy Markdown
Member

The author should do the following, if applicable

  • Add tests
  • Run tests
  • bun run format:fix && bun run lint:fix to format the code
  • Add TSDoc/JSDoc to document the code

@github-actions

Copy link
Copy Markdown

Bundle size check

main (cc0aa7a) #4624 (fc6819e) +/-
Bundle Size (B) 18,377B 18,377B 0B
Bundle Size (KB) 17.95K 17.95K 0K

Compiler Diagnostics (tsc)

main (cc0aa7a) #4624 (fc6819e) +/-
Files 303 303 0
Lines 141,139 141,139 0
Identifiers 128,914 128,914 0
Symbols 269,468 269,468 0
Types 202,634 202,634 0
Instantiations 609,702 609,702 0
Memory used 340,158K 347,260K 7,102K
I/O read 0.02s 0.02s 0s
I/O write 0s 0s 0s
Parse time 0.69s 0.71s 0.02s
Bind time 0.34s 0.3s -0.04s
Check time 2.43s 2.77s 0.34s
Emit time 0s 0s 0s
Total time 3.47s 3.78s 0.31s

Compiler Diagnostics (typescript-go)

main (cc0aa7a) #4624 (fc6819e) +/-
Files 303 303 0
Lines 141,141 141,141 0
Identifiers 128,877 128,877 0
Symbols 389,297 390,498 1,201
Types 372,805 372,805 0
Instantiations 983,896 983,896 0
Memory used 254,266K 254,017K -249K
Memory allocs 2,552,875 2,552,738 -137
Config time 0.001s 0.001s 0s
Parse time 0.094s 0.13s 0.036s
Bind time 0.034s 0.024s -0.01s
Check time 0.586s 0.762s 0.176s
Emit time 0s 0s 0s
Total time 0.766s 0.961s 0.195s

Reported by octocov

@github-actions

Copy link
Copy Markdown

HTTP Performance Benchmark

Framework Runtime Average Ping Query Body
hono (origin/main) bun 35,371.31 49,540.36 31,421.90 25,151.67
hono (current) bun 34,047.11 47,825.70 30,086.95 24,228.67
Change -3.74% -3.46% -4.25% -3.67%

@yusukebe yusukebe merged commit a48ef18 into main Jan 13, 2026
18 checks passed
@yusukebe yusukebe deleted the test/jwt-alg-option branch January 13, 2026 01:54
@codecov

codecov Bot commented Jan 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.53%. Comparing base (ef2a4b8) to head (b46e5c4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4624      +/-   ##
==========================================
- Coverage   91.56%   91.53%   -0.04%     
==========================================
  Files         173      173              
  Lines       11256    11282      +26     
  Branches     3267     3275       +8     
==========================================
+ Hits        10307    10327      +20     
- Misses        948      954       +6     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 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.

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.

1 participant