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

dangernoodle-io / ouroboros / 29390754436
92%

Build:
DEFAULT BRANCH: main
Ran 15 Jul 2026 05:10AM UTC
Jobs 1
Files 89
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

15 Jul 2026 05:10AM UTC coverage: 91.042% (+0.2%) from 90.87%
29390754436

push

github

web-flow
feat(cli): cobra-idiomatic backlog noun group with list/get/search subcommands (OU-335) (#170)

- backlog list/get/search route through internal/query's Get/Search core,
  same as the unlanded kb noun group (OU-334) — mirrors ls_backlog.go's
  filter set (--project, --status, --priority, --component, --epic,
  --epics, --since, --sort, --limit, --json)
- backlog list's --status is repeatable (folds OU-102 multi-status):
  one query.Get per distinct status, dedup by id, global re-sort by the
  same order backlog.ListItems applies, then trim to --limit — avoids
  starving a later status via a naive per-status-limit-then-concat
- backlog get pre-screens ids via backlog.GetItem (backlog.GetItems is
  all-or-nothing, unlike kb's silently-omit-a-miss contract) so query.Get
  only ever receives ids known to resolve; missing ids surface solely via
  the returned error, never corrupting stdout (JSON or table)
- backlog get resolves the real project name via backlog.GetItem +
  backlog.GetProjectByID, since query.Get's IDs-mode zeroes item.ProjectID
- ls backlog stays as-is; coexists until a later PR removes it

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

7531 of 8272 relevant lines covered (91.04%)

1.07 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
89.74
0.27% cli/root.go
Jobs
ID Job ID Ran Files Coverage
1 29390754436.1 15 Jul 2026 05:10AM UTC 89
91.04
GitHub Action Run
Source Files on build 29390754436
  • Tree
  • List 89
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29390754436
  • 856c02b5 on github
  • Prev Build on main (#29390301025)
  • Next Build on main (#29391228391)
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