trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.9k stars 79 forks source link

Pam tests for su. #654

Closed BriocheBerlin closed 1 year ago

BriocheBerlin commented 1 year ago

Closes https://github.com/memorysafety/sudo-rs/issues/628

github-actions[bot] commented 1 year ago

Number of dependencies and binary size impact report

Metric main PR #654 Delta
Direct dependencies 3 3 -
Total dependencies 4 4 -
Binary size 978.5 KiB 978.5 KiB -
Text size 570.7 KiB 570.7 KiB -
Dependencies diff ```diff └─ sudo-rs [v0.2.0-dev.20230703] ├─ glob [v0.3.1] ├─ libc [v0.2.147] └─ log [v0.4.19] ```
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.51 :warning:

Comparison is base (824a4ad) 86.35% compared to head (d96183f) 85.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #654 +/- ## ========================================== - Coverage 86.35% 85.85% -0.51% ========================================== Files 64 64 Lines 8680 8680 ========================================== - Hits 7496 7452 -44 - Misses 1184 1228 +44 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/654/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.