• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

charmbracelet / bubbles / 32939720535
58%
main: 58%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/all-a21795bff9
DEFAULT BRANCH: main
Ran 26 Aug 2026 06:48AM UTC
Jobs 1
Files 28
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

26 Aug 2026 06:47AM UTC coverage: 58.472%. First build
32939720535

Pull #1031

github

joestump
docs(textarea): correct SetCursorByteOffset's account of row separators

The godoc said an offset landing on the "\n" Value inserts between rows
was a position the cursor cannot occupy, and that it snaps forward like
a mid-rune offset does.

It does not, because there is nothing to snap past. Offsets are
insertion points: the offset of the separator byte is the end of the row
before it, and the offset after it is the start of the row that follows.
Both are ordinary cursor positions, and the test covering them already
asserts exactly that — it was just named for the snap it never makes.

Only the mid-rune case snaps. Say so, and rename the test to match.
Pull Request #1031: feat(textarea): add ByteOffset and SetCursorByteOffset

35 of 36 new or added lines in 1 file covered. (97.22%)

3558 of 6085 relevant lines covered (58.47%)

198.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.22
textarea/byteoffset.go
Jobs
ID Job ID Ran Files Coverage
1 32939720535.1 26 Aug 2026 06:48AM UTC 28
58.47
GitHub Action Run
Source Files on build 32939720535
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1031
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc