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

inikulin / parse5 / 22768536541 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2026 02:51PM UTC
Files 41
Run time 1s
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

06 Mar 2026 02:50PM UTC coverage: 98.908%. Remained the same
22768536541.1

push

github

web-flow
perf(tokenizer): use String.fromCharCode for BMP characters (#1680)

Use String.fromCharCode() instead of String.fromCodePoint() for BMP
characters (code points < 0x10000) in _emitCodePoint(). This provides
a small performance improvement since fromCharCode is simpler and
doesn't need to handle surrogate pairs.

Characters outside the BMP are rare in HTML content, so the fallback
to fromCodePoint is seldom needed.

542 of 545 branches covered (99.45%)

3894 of 3937 relevant lines covered (98.91%)

41665.49 hits per line

Source Files on job 22768536541.1
  • Tree
  • List 41
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22768536541
  • 0d1506ce on github
  • Prev Job for on master (#22092098481.1)
  • Next Job for on master (#23082776124.1)
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