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

informatics-isi-edu / deriva-mcp-ui / 23876778226
90%

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

01 Apr 2026 11:59PM UTC coverage: 92.619%. First build
23876778226

push

github

mikedarcy
 Fix PostgreSQL backend: remove invalid prepared statement caching

  asyncpg Connection objects do not support arbitrary attribute assignment,
  so the _init_conn approach of storing PreparedStatement objects as conn
  attributes raised AttributeError at runtime.  Removed the manual caching
  pattern entirely -- asyncpg has a built-in per-connection LRU statement
  cache that prepares and reuses query plans automatically.  _init_conn now
  only runs the idempotent DDL; all methods call fetchrow/execute directly.

3 of 4 new or added lines in 1 file covered. (75.0%)

640 of 691 relevant lines covered (92.62%)

0.93 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
89.13
src/deriva_mcp_ui/storage/postgresql.py
Jobs
ID Job ID Ran Files Coverage
1 23876778226.1 01 Apr 2026 11:59PM UTC 14
92.62
GitHub Action Run
Source Files on build 23876778226
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f799f30b on github
  • Next Build on main (#23918235458)
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