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

OSSystems / compress-tools-rs / 24793798770
78%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2026 05:53PM 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

22 Apr 2026 05:51PM UTC coverage: 76.947% (+0.09%) from 76.853%
24793798770

push

github

otavio
feat: reject ZIP archives with unsupported Deflate64 compression up front

- Add a central-directory preflight that scans ZIP entries for methods libarchive
  cannot decode (currently Deflate64 / method 9) and fails fast with a new
  Error::UnsupportedZipCompression listing the offending entries
- Wire the preflight into list_archive_files, uncompress_archive, and
  ArchiveIterator so the error surfaces before libarchive aborts mid-stream
- Replace AsyncReadWrapper::seek's unreachable!() with ErrorKind::Unsupported
  so the preflight degrades gracefully on unseekable async readers
- Cover the behavior with regression tests and a Deflate64 fixture
- Note the change in CHANGES.md

Closes #136

113 of 147 new or added lines in 5 files covered. (76.87%)

1462 of 1900 relevant lines covered (76.95%)

57.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
31
72.07
src/zip_preflight.rs
3
91.32
-0.08% tests/integration_test.rs
Jobs
ID Job ID Ran Files Coverage
1 24793798770.1 22 Apr 2026 05:53PM UTC 16
76.95
GitHub Action Run
Source Files on build 24793798770
  • Tree
  • List 16
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24793798770
  • 3303e9e5 on github
  • Prev Build on master (#24790118309)
  • Next Build on master (#24801254707)
  • 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