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 cb49ff8 commit 73db2f6Copy full SHA for 73db2f6
src/coverlet.core/Reporters/OpenCoverReporter.cs
@@ -109,7 +109,7 @@ public string Format(CoverageResult result)
109
foreach (var lines in meth.Value)
110
{
111
XmlElement sequencePoint = xml.CreateElement("SequencePoint");
112
- sequencePoint.SetAttribute("vc", lines.Value.ToString());
+ sequencePoint.SetAttribute("vc", lines.Value.Hits.ToString());
113
sequencePoint.SetAttribute("upsid", lines.Key.ToString());
114
sequencePoint.SetAttribute("ordinal", k.ToString());
115
sequencePoint.SetAttribute("sl", lines.Key.ToString());
0 commit comments