trifectatechfoundation / sudo-rs

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

initial visudo tests #661

Closed japaric closed 1 year ago

github-actions[bot] commented 1 year ago

Number of dependencies and binary size impact report

Metric main PR #661 Delta
Direct dependencies 3 3 -
Total dependencies 4 4 -
Binary size 978.4 KiB 983.6 KiB +0.5%
Text size 570.1 KiB 572.6 KiB +0.4%
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.37 :warning:

Comparison is base (4f7c03f) 59.50% compared to head (a0a04be) 59.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #661 +/- ## ========================================== - Coverage 59.50% 59.13% -0.37% ========================================== Files 66 66 Lines 8781 8830 +49 ========================================== - Hits 5225 5222 -3 - Misses 3556 3608 +52 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/661/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.