Closed pvdrz closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #663 | Delta |
---|---|---|---|
Direct dependencies | 3 | 3 | - |
Total dependencies | 4 | 4 | - |
Binary size | 979 KiB | 983.3 KiB | +0.4% |
Text size | 571.5 KiB | 573.7 KiB | +0.4% |
Patch coverage: 23.63
% and project coverage change: -0.21
:warning:
Comparison is base (
27b9ade
) 59.02% compared to head (b9b454f
) 58.81%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Describe the changes done on this pull request This PR does a couple fixes to
visudo
:/usr/bin/editor
as the default editor:SUDO_EDITOR
,VISUAL
andEDITOR
env vars if the default editor is not available.vi
otherwise (this is temporary as my OS doesn't set/usr/bin/editor
and compilesvisudo
withvi
as the default editor).--
.It also fixes a small mistake in the Dockerfile where
su
was being installed asvisudo
.Pull Request Checklist