Skip to content

Commit 1e61ca1

Browse files
committed
No coverage for bug condition
1 parent 14f0a2a commit 1e61ca1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/octocatalog-diff/catalog-util/bootstrap.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ def self.bootstrap_directory_parallelizer(options, logger)
7474
if result.status
7575
logger.debug("Success bootstrap_directory for #{result.args[:tag]}")
7676
else
77+
# Believed to be a bug condition, since error should have already been raised if this happens.
78+
# :nocov:
7779
errmsg = "Failed bootstrap_directory for #{result.args[:tag]}: #{result.exception.class} #{result.exception.message}"
7880
raise OctocatalogDiff::Errors::BootstrapError, errmsg
81+
# :nocov:
7982
end
8083
end
8184
end

0 commit comments

Comments
 (0)