trifectatechfoundation / sudo-rs

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

miscellaneous refactors #816

Closed japaric closed 7 months ago

japaric commented 7 months ago

rebased version of #796

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (fb2b79f) 57.37% compared to head (66ba852) 57.44%. Report is 2 commits behind head on main.

:exclamation: Current head 66ba852 differs from pull request most recent head cd3be41. Consider uploading reports for the commit cd3be41 to get more accurate results

Files Patch % Lines
src/system/mod.rs 75.75% 8 Missing :warning:
src/common/resolve.rs 90.38% 5 Missing :warning:
src/sudo/mod.rs 0.00% 5 Missing :warning:
src/system/timestamp.rs 0.00% 4 Missing :warning:
src/sudo/pipeline.rs 0.00% 2 Missing :warning:
src/sudoers/mod.rs 60.00% 2 Missing :warning:
src/common/error.rs 0.00% 1 Missing :warning:
src/common/string.rs 75.00% 1 Missing :warning:
src/sudo/pipeline/list.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #816 +/- ## ========================================== + Coverage 57.37% 57.44% +0.07% ========================================== Files 74 74 Lines 10559 10611 +52 ========================================== + Hits 6058 6096 +38 - Misses 4501 4515 +14 ```

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