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

openvax / datacache / 27777600153
75%
master: 79%

Build:
Build:
LAST BUILD BRANCH: fix-flaky-download-test
DEFAULT BRANCH: master
Ran 18 Jun 2026 05:31PM UTC
Jobs 3
Files 9
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

18 Jun 2026 05:30PM UTC coverage: 74.702%. Remained the same
27777600153

Pull #50

github

iskandr
Fix #45: allow cached SQLite connection to be reused across threads

Open the sqlite3 connection with check_same_thread=False so that
long-running / interactive consumers (e.g. pyensembl) can issue queries
from a different thread than the one which opened the connection without
hitting "SQLite objects created in a thread can only be used in that same
thread". datacache databases are written once and read-only thereafter,
so cross-thread reuse is safe.

Adds a regression test that queries a connection from a second thread.

Claude-Session: https://claude.ai/code/session_011bzfZPTzWnhAMVD7msyMg1
Pull Request #50: Fix #45: allow cached SQLite connection to be reused across threads

313 of 419 relevant lines covered (74.7%)

2.24 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
89.69
0.0% datacache/database.py
Jobs
ID Job ID Ran Files Coverage
1 27777600153.1 18 Jun 2026 05:31PM UTC 9
74.7
GitHub Action Run
2 27777600153.2 18 Jun 2026 05:31PM UTC 9
74.7
GitHub Action Run
3 27777600153.3 18 Jun 2026 05:31PM UTC 9
74.7
GitHub Action Run
Source Files on build 27777600153
  • Tree
  • List 9
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27777600153
  • Pull Request #50
  • PR Base - master (#24095389047)
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