Skip to content

Commit

Permalink
Merge pull request #1 from TFTomSun/patch-1
Browse files Browse the repository at this point in the history
Update CoberturaReporter.cs
  • Loading branch information
TFTomSun authored Jul 26, 2022
2 parents d7c3c8b + b998ca1 commit 8a14295
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/coverlet.core/Reporters/CoberturaReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ private static string GetRelativePathFromBase(IEnumerable<string> basePaths, str
return path.Substring(basePath.Length);
}
}

Debug.Assert(false, "Unexpected, we should find at least one path starts with one pre-build roots list");

return path;
}
}
Expand Down

0 comments on commit 8a14295

Please sign in to comment.