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

OSSystems / compress-tools-rs / 24774750927
78%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2026 11:03AM UTC
Jobs 1
Files 15
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 11:02AM UTC coverage: 76.853% (+0.7%) from 76.17%
24774750927

push

github

otavio
chore(deps): replace discontinued async-std with smol in dev deps

async-std was flagged by RUSTSEC-2025-0052 as unmaintained. It was only
used in the `futures_support` example and integration tests; the library
itself never depended on it. Swap the runtime for `smol`, which is the
canonical maintained successor from the same ecosystem.

- Cargo.toml: replace the `async-std` dev-dep with `smol = "2.0"`.
- examples/uncompress_service_futures.rs: port to `smol::block_on` and
  `smol::net::TcpListener`. smol's `TcpStream` doesn't implement
  AsyncRead/AsyncWrite through a shared reference, so clone the socket
  to get an independent reader/writer pair.
- tests/integration_test.rs: swap `#[async_std::test]` for `#[test]`
  wrapping `smol::block_on(async { ... })`, and `async_std::fs::File`
  for `smol::fs::File`.

Closes #153

73 of 84 new or added lines in 2 files covered. (86.9%)

1 existing line in 1 file now uncovered.

1348 of 1754 relevant lines covered (76.85%)

56.28 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
0.0
0.0% examples/uncompress_service_futures.rs

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% examples/uncompress_service_futures.rs
Jobs
ID Job ID Ran Files Coverage
1 24774750927.1 22 Apr 2026 11:03AM UTC 15
76.85
GitHub Action Run
Source Files on build 24774750927
  • Tree
  • List 15
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 763f7553 on github
  • Prev Build on master (#24755299852)
  • Next Build on master (#24790118309)
  • 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