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

naver / billboard.js / 23490989843
94%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 01:10PM UTC
Jobs 3
Files 131
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

24 Mar 2026 01:06PM UTC coverage: 93.761% (+0.005%) from 93.756%
23490989843

push

github

web-flow
refactor(perf): Optimize hot paths to reduce GC pressure and improve runtime (#4121)

- Replace O(n²) indexOf dedup in getUnique() with Set-based O(n)
- Replace JSON.stringify/parse tooltip change detection with lightweight fingerprint
- Replace Math.min/max(...spread) with manual loops to prevent stack overflow
- Replace new RegExp() per-key loop in tplProcess with single replace pattern
- Merge double filter/forEach in findClosest into single loop
- Replace Object.keys() in hot paths with for...in or direct property access
- Convert Cache storage from plain object to Map (avoids delete deoptimization)
- Remove unnecessary spread copies and closure allocations in tooltip/domain
- Replace chained map/filter/reduce with single loops and Object.assign

Co-authored-by: netil <netil@netilui-Mac-Studio.local>

6848 of 7606 branches covered (90.03%)

Branch coverage included in aggregate %.

101 of 105 new or added lines in 13 files covered. (96.19%)

1 existing line in 1 file now uncovered.

8586 of 8855 relevant lines covered (96.96%)

20850.14 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
93.69
0.16% src/ChartInternal/internals/legend.ts
2
93.02
-4.48% src/module/Cache.ts

Coverage Regressions

Lines Coverage ∆ File
1
93.69
0.16% src/ChartInternal/internals/legend.ts
Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 23490989843.1 25 Mar 2026 04:58AM UTC 131
93.76
GitHub Action Run
2 run-24.x - 23490989843.2 25 Mar 2026 04:58AM UTC 131
93.76
GitHub Action Run
3 run-23.x - 23490989843.3 24 Mar 2026 01:10PM UTC 131
93.76
GitHub Action Run
Source Files on build 23490989843
  • Tree
  • List 131
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8252cca6 on github
  • Prev Build on master (#23430064305)
  • Next Build on master (#23626197713)
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