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

lunarmodules / terminal.lua / 23298583630 / 4
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 19 Mar 2026 02:01PM UTC
Files 27
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

19 Mar 2026 02:00PM UTC coverage: 87.992% (-0.02%) from 88.011%
23298583630.4

push

github

Tieske
fix(progress): use display-column width in ticker for UTF-8 correctness

The ticker function used utf8.len (character count) and utf8sub
(character-based slicing) to compute frame widths and extract frames.
This produced incorrect frame sizes for double-width characters (CJK,
emoji) where 1 character occupies 2 display columns.

Replace with utf8swidth (display-column count) and utf8sub_col
(column-based slicing) so each ticker frame is exactly `width`
display columns regardless of character width. Remove unused utf8
import.

2594 of 2948 relevant lines covered (87.99%)

241.36 hits per line

Source Files on job 23298583630.4
  • Tree
  • List 27
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23298583630
  • 92f939ad on github
  • Prev Job for on main (#23298448695.7)
  • Next Job for on main (#23301853583.2)
  • Delete
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