trifectatechfoundation / sudo-rs

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

Try enabling continuous mode #646

Closed pvdrz closed 1 year ago

github-actions[bot] commented 1 year ago

Number of dependencies and binary size impact report

Metric main PR #646 Delta
Direct dependencies 5 5 -
Total dependencies 10 10 -
Binary size 1.1 MiB 1.1 MiB -
Text size 652.3 KiB 652.3 KiB -
Dependencies diff ```diff └─ sudo-rs [v0.2.0-dev.20230703] ├─ glob [v0.3.1] ├─ libc [v0.2.147] ├─ log [v0.4.19] ├─ signal-hook [v0.3.15] | ├─ libc [v0.2.147] | ├─ signal-hook-registry [v1.4.1] | | └─ libc [v0.2.147] | └─ cc [v1.0.79] └─ signal-hook-registry [v1.4.1] ```
codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (d9b6616) 86.49% compared to head (128b456) 84.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #646 +/- ## ========================================== - Coverage 86.49% 84.06% -2.44% ========================================== Files 61 61 Lines 8644 8647 +3 ========================================== - Hits 7477 7269 -208 - Misses 1167 1378 +211 ``` | [Impacted Files](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety) | Coverage Δ | | |---|---|---| | [src/exec/no\_pty.rs](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety#diff-c3JjL2V4ZWMvbm9fcHR5LnJz) | `68.42% <0.00%> (-4.68%)` | :arrow_down: | | [src/exec/use\_pty/monitor.rs](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety#diff-c3JjL2V4ZWMvdXNlX3B0eS9tb25pdG9yLnJz) | `0.00% <0.00%> (-43.25%)` | :arrow_down: | | [src/exec/use\_pty/parent.rs](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety#diff-c3JjL2V4ZWMvdXNlX3B0eS9wYXJlbnQucnM=) | `71.92% <0.00%> (-3.49%)` | :arrow_down: | | [src/system/mod.rs](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety#diff-c3JjL3N5c3RlbS9tb2QucnM=) | `87.06% <0.00%> (-2.50%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/646/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.