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.
1 parent b54c93c commit c6b1ad4Copy full SHA for c6b1ad4
src/coverlet.core/Helpers/InstrumentationHelper.cs
@@ -200,7 +200,7 @@ public static string[] GetExcludedFiles(string[] excludes)
200
{
201
matcherDict.Add(root, new Matcher());
202
}
203
- matcherDict[root].AddInclude(excludeRule.Substring(root.Length));
+ matcherDict[root].AddInclude(Path.GetFullPath(excludeRule).Substring(root.Length));
204
205
else
206
0 commit comments