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

OSSystems / compress-tools-rs / 24838247186
78%

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

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

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

23 of 23 new or added lines in 3 files covered. (100.0%)

1928 of 2477 relevant lines covered (77.84%)

87.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24838247186.1 23 Apr 2026 01:35PM UTC 16
77.84
GitHub Action Run
Source Files on build 24838247186
  • Tree
  • List 16
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24838247186
  • 0139bff9 on github
  • Prev Build on master (#24834950292)
  • Next Build on master (#24839086740)
  • 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