Skip to content

Commit

Permalink
fix: make coverage test happy
Browse files Browse the repository at this point in the history
with the recent changes there is no chanche to trigger the azure fall
back detection.
  • Loading branch information
jsperling-schwarz committed Feb 28, 2024
1 parent 7550967 commit 6114d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/datasource/go/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export class BaseGoDatasource {
};
}
case 'azure': {
/* istanbul ignore next: can never happen, makes lint happy */
return {
datasource: GitTagsDatasource.id,
packageName: goImportURL.replace(regEx(/\.git$/), ''),
Expand Down

0 comments on commit 6114d03

Please sign in to comment.