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

OSSystems / compress-tools-rs / 24838247186 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 01:35PM UTC
Files 16
Run time 1s
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

23 Apr 2026 12:42PM UTC coverage: 77.836% (+0.2%) from 77.628%
24838247186.1

push

github

otavio
fix: auto-rewind source reader on seekable entry points

Callers previously had to manually `seek(SeekFrom::Start(0))` between
successive uses of the same reader (e.g. list_archive_files followed by
uncompress_archive_file), because libarchive only recognizes the archive
format from byte 0. Forgetting the rewind surfaced as an opaque
"unrecognized format" error.

Since the public entry points already require `Read + Seek`, rewind the
reader at the top of `run_with_archive` and `ArchiveIterator::new` so
reader reuse works out of the box.

Closes #117

1928 of 2477 relevant lines covered (77.84%)

87.85 hits per line

Source Files on job 24838247186.1
  • Tree
  • List 16
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24838247186
  • 0139bff9 on github
  • Prev Job for on master (#24834950292.1)
  • Next Job for on master (#24839086740.1)
  • 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