Remove the known issue for macOS
authorPaulo Janotti <pauloja@microsoft.com>
Sat, 8 Sep 2018 18:26:00 +0000 (11:26 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Sep 2018 18:26:00 +0000 (11:26 -0700)
As expected the issue on macOS was fixed by removing the usage of coverlet.tracker.dll in coverlet.msbuild 2.3.0

Commit migrated from https://github.com/dotnet/corefx/commit/52121c8d0376dcb0f69570e793b6d40232ccabf9

docs/libraries/building/code-coverage.md

index 7bcf060..8e9f784 100644 (file)
@@ -88,7 +88,6 @@ As of 07/2018 CoreFx is only able to get coverage information on Windows. To cor
 ### Know Issues ###
 
 1. Instrumenting "System.Private.CoreLib" is causing test to crash (both on Windows and Unix).
-2. Coverage on macOS fails if the test uses "RemoteExecutorConsoleApp".
 
 ### Windows Instructions ###
 On Windows by default coverage runs will use OpenCover instead of coverlet, use the build property `UseCoverlet` to change this default. Currently the use of `dotnet msbuild` is required to avoid a problem with one of the coverlet dependencies. Here is the command: