From 7ff1a3b730d2239d21df1d5d897911be1819f6c6 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sat, 4 Mar 2023 09:30:54 +0100
Subject: [PATCH] chore: fix swift coverage

---
 lib/modules/manager/swift/extract.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/modules/manager/swift/extract.ts b/lib/modules/manager/swift/extract.ts
index 9af1fa7419..c142e44cd5 100644
--- a/lib/modules/manager/swift/extract.ts
+++ b/lib/modules/manager/swift/extract.ts
@@ -119,6 +119,7 @@ function getMatch(str: string, state: string | null): MatchResult | null {
 }
 
 function getDepName(url: string | null): string | null {
+  // istanbul ignore if
   if (!url) {
     return null;
   }
-- 
GitLab