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

tinyhttp / tinyhttp / 21804044869
99%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2026 07:33PM UTC
Jobs 3
Files 44
Run time 1min
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

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 %.

18 of 18 new or added lines in 1 file covered. (100.0%)

1316 of 1321 relevant lines covered (99.62%)

258.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21804044869.1 08 Feb 2026 07:32PM UTC 44
98.89
GitHub Action Run
2 21804044869.2 08 Feb 2026 07:33PM UTC 44
98.89
GitHub Action Run
3 21804044869.3 08 Feb 2026 07:33PM UTC 44
98.89
GitHub Action Run
Source Files on build 21804044869
  • 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 Repo
  • 962c6abe on github
  • Prev Build on master (#21798445787)
  • Next Build on master (#21804276705)
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