• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tinyhttp / tinyhttp / 21804044869 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2026 07:33PM UTC
Files 44
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Feb 2026 07:32PM UTC coverage: 98.885% (+0.04%) from 98.85%
21804044869.1

push

github

web-flow
perf: improvements for request handling (#487)

* perf: improvements for request handling
- avoid allocating a closure & a promise if handler is not asynchronous for applyHandler()
- avoid allocating a promise in handle(middleware, pathname)
- Change "if (a.b == null) a.b = x" to "a.b ??= x" and similar patterns

* fix: add type assertion for async handler return type

TypeScript doesn't narrow the Handler union type based on the
Symbol.toStringTag runtime check, so we need to cast the result
to Promise<void> when calling .catch().

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: changeset

---------

Co-authored-by: v1rtl <hi@v1rtl.site>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

990 of 1011 branches covered (97.92%)

Branch coverage included in aggregate %.

1316 of 1321 relevant lines covered (99.62%)

86.32 hits per line

Source Files on job 21804044869.1
  • Tree
  • List 44
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 21804044869
  • 962c6abe on github
  • Prev Job for on master (#21798445787.3)
  • Next Job for on master (#21804276705.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc