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

openvax / datacache
79%

Build:
DEFAULT BRANCH: master
Repo Added 20 Feb 2018 04:12AM UTC
Files 9
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • adding-timeout-parameter-and-removing-fasta-helpers
  • fix-17-quote-sql-identifiers
  • fix-40-assert-to-raise
  • fix-45-sqlite-cross-thread
  • fix-49-streaming-download
  • fix-flaky-download-test
  • fix-lint
  • fix-releasing-docs
  • migrate-pyproject-toml
  • modernize-py3
  • release-1.6.0
  • try-using-wget

18 Jun 2026 08:10PM UTC coverage: 79.043%. Remained the same
27786384221

push

github

web-flow
Fix stale RELEASING.md: deploy.sh (build+twine), not setup.py sdist upload (#55)

The release steps referenced a deleted setup.py, an obsolete pandoc/pypandoc
readme step, and `python setup.py sdist upload` (deprecated; PyPI rejects it).
Update to the real process: bump datacache/version.py, then ./deploy.sh
(lint + test + build + twine upload).

347 of 439 relevant lines covered (79.04%)

2.37 hits per line

Relevant lines Covered
Build:
Build:
439 RELEVANT LINES 347 COVERED LINES
2.37 HITS PER LINE
Source Files on master
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27786384221 master Fix stale RELEASING.md: deploy.sh (build+twine), not setup.py sdist upload (#55) The release steps referenced a deleted setup.py, an obsolete pandoc/pypandoc readme step, and `python setup.py sdist upload` (deprecated; PyPI rejects it). Update to... push 18 Jun 2026 08:10PM UTC web-flow github
79.04
27786378336 master Make test_download.py hermetic; remove dead wget path; harden zip/gz decompress (closes #42) (#56) * Make test_download.py hermetic; remove dead wget download path (closes #42) test_fetch_decompress hit a live Ensembl FTP server and looped over ... push 18 Jun 2026 08:10PM UTC web-flow github
79.04
27778483053 master Release 1.6.0 + CI: non-fatal Coveralls upload (#54) * CI: make Coveralls upload non-fatal and stop fail-fast cancellation Parallel matrix jobs race to post to the same Coveralls build; the loser gets "build already closed" and (with fail-fast) ... push 18 Jun 2026 05:47PM UTC web-flow github
73.45
27778249944 master Fix #17: quote SQL table/column/index identifiers (#52) Wrap every table, column, and index name in double quotes when building SQL in database.py, via a new quote_identifier() helper that also escapes embedded double quotes. This means identifie... push 18 Jun 2026 05:43PM UTC web-flow github
73.45
27778178865 master Fix #49: stream downloads to disk + optional progress_callback (#53) Previously _download read the entire HTTP/FTP response into memory (response.content / response.read()) before writing it to the temp file, so downloading a large reference file... push 18 Jun 2026 05:41PM UTC web-flow github
73.33
27778174749 master Fix #40: replace runtime asserts with explicit exceptions (#51) assert statements are stripped when Python runs with -O, so they must not be used for validation that needs to hold in production. Replace the five runtime asserts in cache.py, commo... push 18 Jun 2026 05:41PM UTC web-flow github
73.82
27778173267 master Fix #45: allow cached SQLite connection to be reused across threads (#50) 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 on... push 18 Jun 2026 05:41PM UTC web-flow github
74.7
24095389047 master Bump version for pyproject.toml release push 07 Apr 2026 05:35PM UTC iskandr github
74.7
24092942694 master Merge pull request #48 from openvax/migrate-pyproject-toml Migrate from setup.py to pyproject.toml push 07 Apr 2026 04:39PM UTC web-flow github
74.7
24005917271 master Merge pull request #47 from openvax/modernize-py3 Remove mock dependency, use stdlib unittest.mock push 05 Apr 2026 04:44PM UTC web-flow github
74.76
See All Builds (59)
  • Repo on GitHub
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