Skip to content

Commit ea9508e

Browse files
committed
test
1 parent 2157295 commit ea9508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.core.coverage.tests/Coverage/InstrumenterHelper.Assertions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static CoverageResult GenerateReport(this CoverageResult coverageResult,
3232
{
3333
Process.Start("cmd", "/C " + Path.GetFullPath(Path.Combine(directory, "index.htm")));
3434
}
35-
Process.Start("cmd", "/C " + Path.GetFullPath(Path.Combine(directory, "index.htm")));
35+
3636
return coverageResult;
3737
}
3838

0 commit comments

Comments
 (0)