Closed doronkg closed 4 months ago
Attention: Patch coverage is 1.63934%
with 60 lines
in your changes missing coverage. Please review.
Project coverage is 41.77%. Comparing base (
ced2ef2
) to head (9b0aaf1
). Report is 2 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it?
This PR aims to resolve 2 outputing issues resulting in the
--delete
flag.-DELETED
suffix on deleted resources in outputPR Checklist
GitHub Issue
Closes #321 Closes #322
Notes for your reviewers
321 is resolved by consuming the newline character ("\n") and removing it from the input buffer.
322 is resolved by moving the deletion logic before the grouping logic, so the updated
diff
variable will be used.