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 b0adf77 commit e2f8ebeCopy full SHA for e2f8ebe
src/coverlet.core/Reporters/OpenCoverReporter.cs
@@ -121,6 +121,9 @@ public string Report(CoverageResult result)
121
branchPoint.Add(new XAttribute("vc", lines.Value.Hits.ToString()));
122
branchPoint.Add(new XAttribute("upsid", lines.Key.ToString()));
123
branchPoint.Add(new XAttribute("ordinal", kBr.ToString()));
124
+ branchPoint.Add(new XAttribute("path", ""));
125
+ branchPoint.Add(new XAttribute("offset", kBr.ToString()));
126
+ branchPoint.Add(new XAttribute("offsetend", kBr.ToString()));
127
branchPoint.Add(new XAttribute("sl", lines.Key.ToString()));
128
branchPoint.Add(new XAttribute("fileid", i.ToString()));
129
branchPoints.Add(branchPoint);
0 commit comments