Skip to content

Commit ce35f26

Browse files
Updates guide for "Collectors integration" (#541)
Updates guide for "Collectors integration"
1 parent 868e663 commit ce35f26

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Documentation/Troubleshooting.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
## Msbuild Integration
3+
## Msbuild integration
44

55
1) Generate verbose log
66
```
@@ -12,6 +12,18 @@ dotnet test test\coverlet.core.tests\coverlet.core.tests.csproj -c debug /p:Coll
1212

1313
![File](images/file.png)
1414

15+
## Collectors integration
16+
17+
```
18+
dotnet test --collect:"XPlat Code Coverage" --settings runsettings --diag:log.txt
19+
```
20+
You'll get logs file in same folder similar to
21+
```
22+
log.datacollector.19-09-12_14-55-17_64755_5.txt
23+
log.host.19-09-12_14-55-18_82700_6.txt
24+
log.txt
25+
```
26+
Search inside with filter '[coverlet]'
1527
## Coverlet Global Tool
1628

1729
```

0 commit comments

Comments
 (0)