Skip to content

Commit

Permalink
chore: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 16, 2021
1 parent 0869d6e commit f72fe9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/updates/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export function generateBranchConfig(
upgrade.newDigestShort ||
upgrade.newDigest.replace('sha256:', '').substring(0, 7);
}
// istanbul ignore next
if (!upgrade.displayFrom) {
if (upgrade.currentValue === upgrade.newValue) {
upgrade.displayFrom = upgrade.currentDigestShort || '';
Expand Down

0 comments on commit f72fe9f

Please sign in to comment.