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 ef2d7af commit 548377bCopy full SHA for 548377b
test/report_test.cs
@@ -11,10 +11,6 @@ public sealed class ReportTest {
11
/// </summary>
12
private static string coverage = string.Empty;
13
14
- /// <summary>
15
- /// Method invoked before the first test is run.
16
- /// </summary>
17
- /// <param name="_">The test context.</param>
18
[ClassInitialize]
19
public static void ClassInitialize(TestContext _) {
20
coverage = File.ReadAllText("../res/lcov.info");
0 commit comments