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

rm-hull / git-commit-summary / 20411324363
33%
main: 33%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/google.golang.org/genai-1.52.1
DEFAULT BRANCH: main
Ran 21 Dec 2025 02:36PM UTC
Jobs 1
Files 13
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

21 Dec 2025 02:34PM UTC coverage: 32.972% (-1.8%) from 34.783%
20411324363

Pull #39

github

rm-hull
feat: implement Ctrl+X to cut lines in commit view

Adds a keyboard shortcut (`Ctrl+X`) to the commit view that cuts the
current line and copies it to the system clipboard.

- Integrates `github.com/atotto/clipboard` for system access.
- Removes the active line from the textarea buffer.
- Records the change in the history buffer for undo support.
- Recalculates the cursor offset to maintain focus on the following
  line.

```mermaid
graph TD
    A[Press Ctrl+X] --> B{Textarea empty?}
    B -- No --> C[Identify current line]
    C --> D[Copy line to clipboard]
    D --> E[Remove line from buffer]
    E --> F[Push state to history]
    F --> G[Update cursor position]
    B -- Yes --> H[Ignore]
```
Pull Request #39: feat: implement Ctrl+X to cut lines in commit view

0 of 29 new or added lines in 1 file covered. (0.0%)

19 existing lines in 1 file now uncovered.

304 of 922 relevant lines covered (32.97%)

0.35 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
29
21.76
-6.22% internal/ui/commit_view.go

Uncovered Existing Lines

Lines Coverage ∆ File
19
21.76
-6.22% internal/ui/commit_view.go
Jobs
ID Job ID Ran Files Coverage
1 20411324363.1 21 Dec 2025 02:36PM UTC 13
32.97
GitHub Action Run
Source Files on build 20411324363
  • Tree
  • List 13
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #39
  • PR Base - main (#20411283279)
  • 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