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

lunarmodules / terminal.lua / 23298583630
88%

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

19 Mar 2026 02:00PM UTC coverage: 88.064% (-0.03%) from 88.098%
23298583630

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.

0 of 5 new or added lines in 1 file covered. (0.0%)

2 existing lines in 2 files now uncovered.

2597 of 2949 relevant lines covered (88.06%)

1668.18 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
70.24
-1.19% src/terminal/progress.lua

Uncovered Existing Lines

Lines Coverage ∆ File
1
70.24
-1.19% src/terminal/progress.lua
1
98.48
-0.76% src/terminal/utils.lua
Jobs
ID Job ID Ran Files Coverage
1 23298583630.1 19 Mar 2026 02:00PM UTC 27
86.42
GitHub Action Run
2 23298583630.2 19 Mar 2026 02:01PM UTC 27
87.96
GitHub Action Run
3 23298583630.3 19 Mar 2026 02:01PM UTC 27
86.42
GitHub Action Run
4 23298583630.4 19 Mar 2026 02:01PM UTC 27
87.99
GitHub Action Run
5 23298583630.5 19 Mar 2026 02:01PM UTC 27
87.98
GitHub Action Run
6 23298583630.6 19 Mar 2026 02:01PM UTC 27
87.99
GitHub Action Run
7 23298583630.7 19 Mar 2026 02:01PM UTC 27
87.98
GitHub Action Run
Source Files on build 23298583630
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 92f939ad on github
  • Prev Build on main (#23298448695)
  • Next Build on main (#23301853583)
  • 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