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

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

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 05:55AM 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

04 Jun 2026 05:54AM UTC coverage: 90.079% (-0.009%) from 90.088%
26933708623

push

github

mikedarcy
warn when lifecycle hook blocks the event loop for more than 0.5s

  Plugin handlers that make synchronous blocking calls (ChromaDB writes, catalog fetches) without asyncio.to_thread stall the asyncio event loop and delay all concurrent requests. Observed in production: vocabulary and dataset RAG indexing in deriva-ml-mcp-plugin blocking the event loop for 55+ seconds on first connect, preventing rag_search calls from executing. Added duration tracking in _safe_call: any hook that takes >= 0.5s emits a WARNING naming the hook and directing the author to asyncio.to_thread().

7 of 8 new or added lines in 1 file covered. (87.5%)

3187 of 3538 relevant lines covered (90.08%)

0.9 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.3
-0.58% src/deriva_mcp_core/plugin/api.py
Jobs
ID Job ID Ran Files Coverage
1 26933708623.1 04 Jun 2026 05:56AM UTC 39
90.08
GitHub Action Run
Source Files on build 26933708623
  • Tree
  • List 39
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 99bedcaf on github
  • Prev Build on main (#26876613609)
  • Next Build on main (#26934699870)
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