Skip to content

Commit

Permalink
test: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 11, 2020
1 parent c129c20 commit 230652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { RenovateConfig } from '../../config';
let renovateVersion = 'unknown';
try {
renovateVersion = require('../../../package.json').version; // eslint-disable-line global-require
} catch (err) {
} catch (err) /* istanbul ignore next */ {
logger.debug({ err }, 'Error getting renovate version');
}

Expand Down

0 comments on commit 230652d

Please sign in to comment.