Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Documentation/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ You can live attach and debug msbuild tasks with `COVERLET_MSBUILD_INSTRUMENTATI
set COVERLET_MSBUILD_INSTRUMENTATIONTASK_DEBUG=1
```

You'll get this message during test run

```
dotnet test -p:Include="[test_coverage.]" -p:Exclude="[*.Test.*]*" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=coverage.cobertura.xml
Coverlet msbuild instrumentation task debugging is enabled. Please attach debugger to process to continue
Process Id: 29228 Name: dotnet
```

## Enable collector instrumentation debugging

You can live attach and debug collectors with `COVERLET_DATACOLLECTOR_OUTOFPROC_DEBUG` and `COVERLET_DATACOLLECTOR_INPROC_DEBUG` env variable
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Coverlet supports only SDK-style projects https://docs.microsoft.com/en-us/visua

### VSTest Integration (preferred due to [known issue](https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/KnownIssues.md#1-vstest-stops-process-execution-earlydotnet-test) supports only .NET Core application)

At the moment collectors integration **does not support** .NET Framework application.

### Installation
```bash
dotnet add package coverlet.collector
Expand Down