Closed cakebaker closed 3 months ago
Attention: Patch coverage is 97.05882%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 47.42%. Comparing base (
5091640
) to head (04ccbe3
). Report is 19 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/uu/rev/src/rev.rs | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds some tests, adapts an error message and replaces a
match
withlet
/else
.