Closed japaric closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #652 | Delta |
---|---|---|---|
Direct dependencies | 3 | 3 | - |
Total dependencies | 4 | 4 | - |
Binary size | 992.2 KiB | 992.3 KiB | - |
Text size | 577.1 KiB | 577.1 KiB | - |
Patch and project coverage have no change.
Comparison is base (
bc56b1b
) 58.46% compared to head (17a9bcd
) 58.46%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
util-linux su appears to do the same as ogsudo so adding this test as a compliance test. util-linux su does not set core dump file size to 0 like ogsudo does so I'm leaving that test out. if we want to implement that core dump file size behavior in su-rs, the tests for that should go in the
e2e-tests
package.closes #629