Skip to content

Commit 640152f

Browse files
author
Kevin Paulisse
committed
No test coverage of the remove_entry_secure issue
1 parent 816b2ea commit 640152f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/octocatalog-diff/catalog/computed.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ def cleanup_checkout_dir(checkout_dir, logger)
9494
begin
9595
FileUtils.remove_entry_secure checkout_dir
9696
rescue Errno::ENOTEMPTY, Errno::ENOENT => exc
97+
# :nocov:
9798
logger.debug "cleanup_checkout_dir(#{checkout_dir}) logged #{exc.class} - this can be ignored"
99+
# :nocov:
98100
end
99101
end
100102

0 commit comments

Comments
 (0)