Skip to content

Commit 0dfef6f

Browse files
Joseph SunJosephSun2003
Joseph Sun
authored andcommitted
Update documentation to clarify the modifications made and add some basic code clean up
1 parent dcc3c29 commit 0dfef6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coverlet.console/Program.cs

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ string sourceMappingFile
385385

386386
return Task.FromResult(exitCode);
387387

388-
389388
}
390389

391390
catch (Win32Exception we) when (we.Source == "System.Diagnostics.Process")

src/coverlet.core/Coverage.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ public CoverageResult GetCoverageResult()
333333
}
334334

335335
/// <summary>
336-
/// Manually invoke the unloading of modules and restoration of the original assembly files
336+
/// Invoke the unloading of modules and restoration of the original assembly files, made public to allow unloading
337+
/// of instrumentation is testing using parallelization
337338
/// </summary>
338339
/// <param name="modulePath"></param>
339340
public void UnloadModule(string modulePath)

0 commit comments

Comments
 (0)