We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b819588 + c6b1ad4 commit 820a450Copy full SHA for 820a450
src/coverlet.core/Helpers/InstrumentationHelper.cs
@@ -243,7 +243,7 @@ public static string[] GetExcludedFiles(string[] excludes)
243
{
244
matcherDict.Add(root, new Matcher());
245
}
246
- matcherDict[root].AddInclude(excludeRule.Substring(root.Length));
+ matcherDict[root].AddInclude(Path.GetFullPath(excludeRule).Substring(root.Length));
247
248
else
249
0 commit comments