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

nagayon-935 / mping / 23973201107
85%
main: 83%

Build:
Build:
LAST BUILD BRANCH: feature/configurable-thresholds
DEFAULT BRANCH: main
Ran 04 Apr 2026 06:27AM UTC
Jobs 1
Files 10
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

04 Apr 2026 06:26AM UTC coverage: 85.455% (+0.005%) from 85.45%
23973201107

Pull #10

github

nagayon-935
fix(ui): use xterm-256 fixed palette indices for cyan and red colors

tcell.ColorAqua (ANSI index 14) is remapped by terminal themes (e.g. Warp)
causing it to appear gray. tcell.NewRGBColor requires COLORTERM=truecolor
which Terminal.app does not set, causing fallback to white.

Use xterm-256color fixed palette indices (range 16-231) which have
standardized RGB values not subject to terminal theme remapping:
- tcell.Color(51)  = #00FFFF (cyan)
- tcell.Color(196) = #FF0000 (red)
Pull Request #10: fix(makefile): replace macOS-only install target with cross-platform …

6 of 0 new or added lines in 0 files covered. (NaN%)

3 existing lines in 1 file now uncovered.

2544 of 2977 relevant lines covered (85.46%)

1.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
98.66
0.0% internal/ui/tui.go
Jobs
ID Job ID Ran Files Coverage
1 23973201107.1 04 Apr 2026 06:27AM UTC 10
85.46
GitHub Action Run
Source Files on build 23973201107
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #10
  • PR Base - main (#23972770462)
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