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

inikulin / parse5 / 22768536541
96%

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

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

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

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

3894 of 3937 relevant lines covered (98.91%)

41665.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22768536541.1 06 Mar 2026 02:51PM UTC 41
98.91
GitHub Action Run
Source Files on build 22768536541
  • 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 Repo
  • Github Actions Build #22768536541
  • 0d1506ce on github
  • Prev Build on master (#22092098481)
  • Next Build on master (#23082776124)
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