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

veeso / suppaftp / 15461980225
73%
main: 73%

Build:
Build:
LAST BUILD BRANCH: fix-re-export-tls-streams
DEFAULT BRANCH: main
Ran 05 Jun 2025 08:15AM UTC
Jobs 1
Files 20
Run time 2min
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

05 Jun 2025 08:13AM UTC coverage: 72.503% (+0.4%) from 72.134%
15461980225

Pull #110

github

veeso
fix(async): Fixed `retr` method signature on the `AsyncFtpStream` to allow passing a closure taking the stream reader.

The signature of the `retr` method was not allowing any argument, because the dyn Read needs to be Unpin, but it's a mutable reference at the same time and this with Async causes several issues. The mutable reference is required by the finalize_retr_stream which is called immediately after calling the closure. Because of this, the signature has been changed to return both the result and the stream back to be able to finalize it.

closes #88
Pull Request #110: fix(async): Fixed `retr` method signature on the `AsyncFtpStream` to allow passing a closure taking the stream reader.

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

2650 of 3655 relevant lines covered (72.5%)

13.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15461980225.1 05 Jun 2025 08:15AM UTC 20
72.5
GitHub Action Run
Source Files on build 15461980225
  • Tree
  • List 20
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15461980225
  • Pull Request #110
  • PR Base - main (#15461207235)
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

© 2025 Coveralls, Inc