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

umputun / unfuck-ai-comments / 16090844004 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 05 Jul 2025 06:20PM UTC
Files 1
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

05 Jul 2025 06:19PM UTC coverage: 81.538% (+0.6%) from 80.944%
16090844004.1

push

github

umputun
fix: resolve Unicode handling issues in comment processing

- fix byte-based string indexing breaking multi-byte Unicode characters
- convert all string operations to use []rune for proper Unicode support
- fix isPascalCase function to handle Unicode correctly
- properly track byte positions while counting runes in processCommentPart
- add comprehensive Unicode test cases including Cyrillic, Arabic, emoji
- handle invalid UTF-8 sequences gracefully

The core issue was using byte indexing (string[0]) instead of rune
conversion, which corrupted multi-byte characters like "Мария" to "ð�ария".
All string manipulation now properly handles Unicode characters.

477 of 585 relevant lines covered (81.54%)

364.56 hits per line

Source Files on job 16090844004.1
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16090844004
  • e06b8931 on github
  • Prev Job for on master (#15072375976.1)
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