Skip to content

Commit

Permalink
Ignore code coverage for catch clause
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Aug 17, 2022
1 parent f4fc302 commit cc40c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/bundler/update.ts
Expand Up @@ -38,6 +38,7 @@ export function updateDependency({
} catch (err) {
// istanbul ignore next
logger.debug({ err }, 'updateDependency error');
// istanbul ignore next
return null;
}
}

0 comments on commit cc40c64

Please sign in to comment.