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

jedib0t / go-pretty / 26675865721
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: fix/wrap-wide-runes-odd-wraplen
DEFAULT BRANCH: main
Ran 30 May 2026 05:37AM UTC
Jobs 1
Files 44
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

30 May 2026 05:35AM UTC coverage: 99.636%. Remained the same
26675865721

Pull #408

github

koriyoshi2041
fix: wrap wide runes when wrapLen is odd in WrapHard

appendChar terminated a line only when lineLen == wrapLen exactly. A wide rune
(width 2) advances lineLen by 2, so on an odd wrapLen it steps over the
boundary and the equality never matches, leaving the text unwrapped (e.g.
WrapHard("世世世世世世", 3) returned a single unwrapped line). Compare with >=
so the line wraps once its width reaches wrapLen.
Pull Request #408: fix: wrap wide runes when wrapLen is odd in WrapHard

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

4931 of 4949 relevant lines covered (99.64%)

1.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26675865721.1 30 May 2026 05:37AM UTC 44
99.64
GitHub Action Run
Source Files on build 26675865721
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #408
  • PR Base - main (#26192701933)
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