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

jallum / iodata / 107472a678e7a10e5ce7be935b7a198d5dc9925b
100%

Build:
DEFAULT BRANCH: main
Ran 29 Aug 2026 02:20AM UTC
Jobs 1
Files 6
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

29 Aug 2026 02:20AM UTC coverage: 99.531% (+43.3%) from 56.25%
107472a678e7a10e5ce7be935b7a198d5dc9925b

push

github

jallum
BugFix: List impl now errors on out-of-range split/to_iodata; improved coverage to 99.5%

The List implementation silently returned truncated data when asked for
more bytes than the iolist contains: split/2 on overrun returned an ok
tuple with the partial prefix, and to_iodata/3 (thus to_binary/3 and
slice) returned the partial range. Both now return
{:error, :insufficient_data}, matching the protocol contract and the
BitString implementation. Also fixed split!/2, to_iodata!/3, and
to_binary!/3, which crashed with a KeyError when raising because
ArgumentError has no :term field.

Added targeted unit tests across all implementations for the paths the
property tests never reached (error/raise branches, size, slice, file
edge cases, improper iolists), taking coverage from 57.2% to 99.5% and
making it stable across test seeds.

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

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

212 of 213 relevant lines covered (99.53%)

172.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 107472a678e7a10e5ce7be935b7a198d5dc9925b.1 29 Aug 2026 02:20AM UTC 6
99.53
GitHub Action Run
Source Files on build 107472a678e7a10e5ce7be935b7a198d5dc9925b
  • Tree
  • List 6
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 107472a6 on github
  • Prev Build on main (#E08F2BBB...)
  • Next Build on main (#132212CC...)
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