Skip to content

Commit 2fca3af

Browse files
Update docs (#1161)
Update docs
1 parent 8a59bd5 commit 2fca3af

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Documentation/Troubleshooting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ You can live attach and debug msbuild tasks with `COVERLET_MSBUILD_INSTRUMENTATI
245245
set COVERLET_MSBUILD_INSTRUMENTATIONTASK_DEBUG=1
246246
```
247247

248-
You'll get this message during test run
249-
250-
```
251-
dotnet test -p:Include="[test_coverage.]" -p:Exclude="[*.Test.*]*" -p:CollectCoverage=true -p:CoverletOutputFormat=cobertura -p:CoverletOutput=coverage.cobertura.xml
252-
Coverlet msbuild instrumentation task debugging is enabled. Please attach debugger to process to continue
253-
Process Id: 29228 Name: dotnet
254-
```
255-
256248
## Enable collector instrumentation debugging
257249

258250
You can live attach and debug collectors with `COVERLET_DATACOLLECTOR_OUTOFPROC_DEBUG` and `COVERLET_DATACOLLECTOR_INPROC_DEBUG` env variable

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Coverlet supports only SDK-style projects https://docs.microsoft.com/en-us/visua
3939

4040
### 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)
4141

42-
At the moment collectors integration **does not support** .NET Framework application.
43-
4442
### Installation
4543
```bash
4644
dotnet add package coverlet.collector

0 commit comments

Comments
 (0)