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

openvax / datacache / 27778174749
79%

Build:
DEFAULT BRANCH: master
Ran 18 Jun 2026 05:41PM 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:41PM UTC coverage: 73.821% (-0.9%) from 74.702%
27778174749

push

github

web-flow
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, common.py, database_table.py and download.py
with explicit if/raise checks (ValueError for bad input, RuntimeError for
a violated postcondition).

Claude-Session: https://claude.ai/code/session_011bzfZPTzWnhAMVD7msyMg1

2 of 10 new or added lines in 4 files covered. (20.0%)

2 existing lines in 2 files now uncovered.

313 of 424 relevant lines covered (73.82%)

2.21 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
61.54
-1.21% datacache/download.py
2
74.29
-2.18% datacache/database_table.py
1
76.6
-1.67% datacache/cache.py
1
78.57
-1.92% datacache/common.py

Coverage Regressions

Lines Coverage ∆ File
1
74.29
-2.18% datacache/database_table.py
1
61.54
-1.21% datacache/download.py
Jobs
ID Job ID Ran Files Coverage
1 27778174749.1 18 Jun 2026 05:41PM UTC 9
73.82
GitHub Action Run
2 27778174749.2 18 Jun 2026 05:41PM UTC 9
73.82
GitHub Action Run
3 27778174749.3 18 Jun 2026 05:41PM UTC 9
73.82
GitHub Action Run
Source Files on build 27778174749
  • Tree
  • List 9
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27778174749
  • 8092f1c4 on github
  • Prev Build on master (#27778173267)
  • Next Build on master (#27778178865)
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