Closed rnijveld closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #612 | Delta |
---|---|---|---|
Direct dependencies | 5 | 5 | - |
Total dependencies | 10 | 10 | - |
Binary size | 976.3 KiB | 985 KiB | +0.9% |
Text size | 566.9 KiB | 569.9 KiB | +0.5% |
Patch coverage: 84.36
% and project coverage change: -0.35
:warning:
Comparison is base (
3b01636
) 86.20% compared to head (427fd82
) 85.85%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR implements the validate flag, fixing #395
Aside from that there are a few changes to the sudo pipeline to allow for easier composability, maybe even (in the future) reusing large parts for su. I still think that the
run
andrun_validate
look an awful lot like each other, but did not want to spend any more time on refactoring them right now. I've also derived Debug on the Output struct in the validation framework, that allowed me some easy debugging of a failing test.