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

google / sedpack / 32692910649
89%

Build:
DEFAULT BRANCH: main
Ran 24 Aug 2026 05:20AM UTC
Jobs 1
Files 76
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

20 Aug 2026 10:09AM UTC coverage: 88.617%. Remained the same
32692910649

push

github

web-flow
Fix ShardWriter round-trip test: missing assertions and degenerate bool data (#397)

### Description

This test had two bugs that weakened its intended coverage:

* `np.array_equal(...)` was called without checking its return value, so
the read-back comparisons never actually asserted anything. The fix
replaces this with `np.testing.assert_array_equal`, which raises on
mismatch.

* The bool attribute used `np.random.randint(0, 1, ...)`, which always
returns 0 (its upper bound is exclusive), so only all-`False` data was
round-tripped. The fix replaces this with an explicit array containing
both `True` and `False`.

### Testing

* `python -m pytest tests/io/shard/test_shard_writer_flatbuffer.py
tests/io/shard/test_shard_write_and_read.py` - all 14 passed, with four
existing unsigned-cast warnings.

### AI Disclosure

I didn't use AI to write any of this code, but I technically found these
bugs during an AI-assisted static analysis project that I've been
working on. The AI assisting me was OpenAI Codex gpt-5.6-sol (xhigh).
Just stating that for transparency; maintainers, just yell if this
disclosure is too pedantic.

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

3075 of 3470 relevant lines covered (88.62%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32692910649.1 24 Aug 2026 05:20AM UTC 76
88.62
GitHub Action Run
Source Files on build 32692910649
  • Tree
  • List 76
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32692910649
  • 79f548e6 on github
  • Prev Build on gh-readonly-queue/main/pr-396-1b4051456ed37148aa2a170914a74f5fd2bfdbb6 (#32230035514)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc