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

valksor / kvelmo / 24372410320
52%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 11:36PM UTC
Jobs 3
Files 499
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

13 Apr 2026 11:16PM UTC coverage: 52.062% (-0.1%) from 52.201%
24372410320

push

github

k0d3r1s
Fix e2e CLI drift and bump simplify/optimize timeouts

The cli_full_cycle e2e test had three unrelated drift issues that
surfaced once the suite actually ran against a live Claude agent:

- kvelmo backup takes the output path as a positional arg, not a
  --output flag. The test was calling "backup --output <path>"
  which returned "unknown flag" every run (best-effort, so it did
  not fail the suite but was noise).
- kvelmo has no "access" command. The test was calling
  "access list" as a smoke check for a command that never existed
  in this tree. Drop the line entirely — if an access feature is
  added later, the test can be rewired.
- waitForState("implemented", 5*time.Minute) after simplify and
  optimize was marginal for real Claude. Median phase duration is
  3-5 minutes and real variance pushes the upper tail well past 5
  minutes for longer implementations. Bump the per-phase timeout
  to 10 minutes (2x headroom over the flake point) so the test
  only waits long when something is genuinely stuck.

2818 of 4044 branches covered (69.68%)

Branch coverage included in aggregate %.

28198 of 55531 relevant lines covered (50.78%)

1.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
80
9.84
-0.29% cmd/kvelmo/commands/start.go
23
36.92
-1.17% cmd/kvelmo/commands/memory.go
20
31.16
-4.38% cmd/kvelmo/commands/pipe.go
4
92.17
-0.02% web/src/lib/chatCommandsInfra.ts
Jobs
ID Job ID Ran Files Coverage
1 tauri-coverage - 24372410320.1 13 Apr 2026 11:40PM UTC 3
47.21
GitHub Action Run
2 go-coverage - 24372410320.2 13 Apr 2026 11:42PM UTC 419
48.11
GitHub Action Run
3 web-coverage - 24372410320.3 13 Apr 2026 11:36PM UTC 77
75.92
GitHub Action Run
Source Files on build 24372410320
  • Tree
  • List 499
  • Changed 71
  • Source Changed 71
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24372410320
  • 6ea6232f on github
  • Prev Build on master (#24152688882)
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