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

dangernoodle-io / ouroboros / 26489590576
81%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 03:49AM UTC
Jobs 1
Files 38
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

27 May 2026 03:49AM UTC coverage: 80.522% (+0.3%) from 80.197%
26489590576

push

github

web-flow
feat: schema validation + conflict detection (OU-173, OU-175, OU-74, OU-184) (#84)

four schema/correctness fixes. all add caps or signals; no behavior change for callers within limits.

- OU-173: UpdateItem and UpdatePlan reject status values outside their valid sets. items: {open, done}. plans: {draft, active, done}. Package vars expose the valid set for tests and CLI.
- OU-175 + OU-74: hard caps with explicit errors. KB content and notes 32 KB; item description and notes 8 KB; plan content 32 KB. Caps as package consts (MaxDocContentBytes, MaxDocNotesBytes, MaxItemDescBytes, MaxItemNotesBytes, MaxPlanContentBytes) so they're discoverable.
- OU-184: KB conflict detection on put. UpsertResult gains Conflict + PreviousContent; PutResult gains Conflict + PreviousExcerpt (truncated 100 chars). SELECT-before-upsert compares content; last-write-wins behavior preserved but caller now gets a conflict signal. Fields are omitempty so non-conflict responses are unchanged.

callers updated where existing fixtures used invalid statuses (cli plan_test, ls_plans_test, backlog plans_test): "complete" -> "done", "published" -> "active".

tests: 371 -> 406 (+35). coverage 85.9 -> 86.1.

2406 of 2988 relevant lines covered (80.52%)

0.94 hits per line

Coverage Regressions

Lines Coverage ∆ File
51
86.09
0.59% store/crud.go
31
81.25
1.46% backlog/items.go
12
85.11
1.58% backlog/plans.go
5
81.05
1.74% kb/batch.go
Jobs
ID Job ID Ran Files Coverage
1 26489590576.1 27 May 2026 03:49AM UTC 38
80.52
GitHub Action Run
Source Files on build 26489590576
  • Tree
  • List 38
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26489590576
  • ccafa662 on github
  • Prev Build on main (#26489346687)
  • Next Build on main (#26490577302)
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