We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e663 commit ce35f26Copy full SHA for ce35f26
Documentation/Troubleshooting.md
@@ -1,6 +1,6 @@
1
# Troubleshooting
2
3
-## Msbuild Integration
+## Msbuild integration
4
5
1) Generate verbose log
6
```
@@ -12,6 +12,18 @@ dotnet test test\coverlet.core.tests\coverlet.core.tests.csproj -c debug /p:Coll
12
13

14
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]'
27
## Coverlet Global Tool
28
29
0 commit comments