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

dangernoodle-io / ouroboros / 24283274735
81%

Build:
DEFAULT BRANCH: main
Ran 11 Apr 2026 01:17PM UTC
Jobs 1
Files 4
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

11 Apr 2026 01:16PM UTC coverage: 66.99% (+3.1%) from 63.859%
24283274735

push

github

web-flow
refactor: replace 4 fixed entity types with generic document model (#2)

single documents table with type field replaces separate decisions,
facts, relations, and notes tables. reduces tools from 15 to 6
(put, get, delete, search, export, import) and eliminates per-type
boilerplate — new entity types require zero code changes.

- unified Document/DocumentSummary types with type, project, category,
  title, content, metadata (JSON), and tags fields
- single FTS5 index on title + content + tags
- UNIQUE(type, project, category, title) enables upsert for all types
- compact-by-default: get without id returns summaries (no content)
- removed kb_ prefix from tool names
- added smoke_test.py for end-to-end MCP protocol testing
- 36 tests, golangci-lint clean

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

201 of 268 new or added lines in 4 files covered. (75.0%)

11 existing lines in 2 files now uncovered.

414 of 618 relevant lines covered (66.99%)

0.75 hits per line

Uncovered Changes

Lines Coverage ∆ File
33
0.0
0.0% tools.go
23
72.14
-3.67% db.go
7
90.4
19.05% export.go
4
60.0
0.31% main.go

Coverage Regressions

Lines Coverage ∆ File
8
72.14
-3.67% db.go
3
90.4
19.05% export.go
Jobs
ID Job ID Ran Files Coverage
1 24283274735.1 11 Apr 2026 01:17PM UTC 4
66.99
GitHub Action Run
Source Files on build 24283274735
  • Tree
  • List 4
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24283274735
  • e551ebfb on github
  • Prev Build on main (#24275835574)
  • Next Build on main (#24289551174)
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