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

charmbracelet / bubbletea / 8098116801
76%
main: 72%

Build:
Build:
LAST BUILD BRANCH: windows-fkeys
DEFAULT BRANCH: main
Ran 29 Feb 2024 03:04PM UTC
Jobs 1
Files 16
Run time 7min
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

29 Feb 2024 03:03PM UTC coverage: 75.824% (+0.5%) from 75.289%
8098116801

Pull #897

github

aymanbagabas
feat: reduce console/term dependencies

Replace mattn/isatty and containerd/console with golang.org/x/term.

This mostly affects Windows. On Windows, unlike Unix, the console (TTY)
has different handles for input/output. Using the Console API, we need
to enable VT input on the input handle (CONIN) and VT processing on the
output handle (CONOUT). Doing so enables processing VT sequences on
Windows i.e. ANSI colors, mouse sequences, cursor movements, etc.

We already handle enabling VT processing for the program output using
Termenv `EnableVirtualTerminalProcessing`. For the input side, we enable
VT input right before setting the console to raw.

By doing this, we can drop both containerd/console and mattn/isatty.
Pull Request #897: feat: reduce console/term dependencies

10 of 16 new or added lines in 3 files covered. (62.5%)

4 existing lines in 2 files now uncovered.

1173 of 1547 relevant lines covered (75.82%)

198.72 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
76.56
0.0% tea.go
2
66.67
4.9% tty.go
3
26.67
-6.67% tty_unix.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
66.67
4.9% tty.go
2
26.67
-6.67% tty_unix.go
Jobs
ID Job ID Ran Files Coverage
1 8098116801.1 29 Feb 2024 03:04PM UTC 16
75.82
GitHub Action Run
Source Files on build 8098116801
  • Tree
  • List 16
  • Changed 6
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #897
  • PR Base - master (#8089894315)
  • 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