trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.87k stars 76 forks source link

Use a ring buffer to pipe data between IO objects #819

Closed pvdrz closed 7 months ago

pvdrz commented 7 months ago

This PR supersedes #617

codecov[bot] commented 7 months ago

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (2fa9234) 57.36% compared to head (d2fad50) 58.59%. Report is 15 commits behind head on main.

Files Patch % Lines
src/exec/use_pty/pipe/mod.rs 0.00% 11 Missing :warning:
src/exec/use_pty/pipe/ring_buffer.rs 96.57% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #819 +/- ## ========================================== + Coverage 57.36% 58.59% +1.22% ========================================== Files 74 75 +1 Lines 10559 10732 +173 ========================================== + Hits 6057 6288 +231 + Misses 4502 4444 -58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.