Closed rnijveld closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #639 | 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 | - |
Patch coverage: 100.00
% and project coverage change: +0.02
:tada:
Comparison is base (
8ab1877
) 86.84% compared to head (9193e63
) 86.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The silent flag was already not set for login shells, but this also disables setting it for normal shells, as the sudo manual specifies.
Fixes #489