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

vallen-systems / vallenae / 27568331471
96%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2026 06:44PM UTC
Jobs 1
Files 20
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

15 Jun 2026 06:42PM UTC coverage: 96.101% (-0.05%) from 96.154%
27568331471

push

github

web-flow
fix: handle gaps in TRAI column when reading by time range (#49)

`read_continuous_wave`/`iread` with a time range crashed with
`TypeError: 'NoneType' object is not subscriptable` on tradb files
whose TRAI column is sparse (has gaps). The binary search over TRAI
probed arithmetic midpoints with `WHERE TRAI == <mid>`, which returns
no row when that TRAI doesn't exist.

Snap each probe to the nearest existing row in the search direction
instead, so a missing index is never queried. Since the result is only
used as a range bound (`TRAI >= start` / `TRAI <= stop`), it no longer
needs to be an existing index — any threshold in the gap selects the
same rows. This also lets the same-value linear bounding be dropped.

109 of 109 branches covered (100.0%)

Branch coverage included in aggregate %.

23 of 23 new or added lines in 1 file covered. (100.0%)

1000 of 1045 relevant lines covered (95.69%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27568331471.1 15 Jun 2026 06:44PM UTC 20
96.1
GitHub Action Run
Source Files on build 27568331471
  • Tree
  • List 20
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27568331471
  • 312a10f3 on github
  • Prev Build on master (#26232290099)
  • Next Build on master (#27829006339)
  • Delete
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