Closed cakebaker closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.80%. Comparing base (
3badb05
) to head (52ee812
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds
#[allow(dead_code)]
to theCommandExecutionError
enum to avoid a "variantKilled
is never constructed" warning on Windows (see, for example, https://github.com/uutils/findutils/actions/runs/9298475960/job/25590452513?pr=395#step:6:201).