adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Fix Copy Command Collisions #65

Closed bstopp closed 2 weeks ago

bstopp commented 1 month ago

Description

Check that source and destination of copy operation are not the same.

Related Issue

Fix #61

Motivation and Context

Copy operations were causing loss of history if pasted to same directory.

How Has This Been Tested?

Added unit tests.

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 47.52%. Comparing base (182f7cd) to head (289591d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ========================================== + Coverage 45.31% 47.52% +2.20% ========================================== Files 38 38 Lines 1772 1776 +4 ========================================== + Hits 803 844 +41 + Misses 969 932 -37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.