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

informatics-isi-edu / deriva-mcp-core / 25093112016
90%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:51AM UTC
Jobs 1
Files 39
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

29 Apr 2026 05:48AM UTC coverage: 90.105%. Remained the same
25093112016

push

github

mikedarcy
docs(workplan): document RAG data indexing pagination gaps and deferred fixes

  Add notes on two deferred topics identified during code review:

  - Multi-user data: explain why the schema hash deduplication approach does not
    extend to data: sources (row-level vs. schema-level ACL granularity) and
    sketch the shared=True RagDatasetIndexer extension if deduplication becomes
    a practical concern.

  - Pagination gaps: document that rag_index_table silently truncates tables
    larger than 1000 rows (cap inherited from get_entities() pre-Phase 5.6),
    that index_table_data is memory-bound by its list[dict] signature (intentional
    plugin-primitive design), and that _run_dataset_enricher fetches all rows
    before processing begins. Proposed fixes for each: cursor loop in
    rag_index_table, no signature change for index_table_data (callers page),
    and cursor pagination inside _run_dataset_enricher with indexer.limit as a
    total-row cap.

3169 of 3517 relevant lines covered (90.11%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25093112016.1 29 Apr 2026 05:51AM UTC 39
90.11
GitHub Action Run
Source Files on build 25093112016
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 98f7876f on github
  • Prev Build on main (#25091590128)
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