Skip to content
Snippets Groups Projects
Commit 7ff1a3b7 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix swift coverage

parent c41cfdbe
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,7 @@ function getMatch(str: string, state: string | null): MatchResult | null { ...@@ -119,6 +119,7 @@ function getMatch(str: string, state: string | null): MatchResult | null {
} }
function getDepName(url: string | null): string | null { function getDepName(url: string | null): string | null {
// istanbul ignore if
if (!url) { if (!url) {
return null; return null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment