You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above command will write the results to the supplied path, if no file extension is specified it'll use the standard extension of the selected output format. To specify a directory instead, simply append a `/` to the end of the value.
116
116
117
+
>[!TIP]
118
+
>Use only folder name whenever multiple coverage output formats are used.
Copy file name to clipboardExpand all lines: Documentation/VSTestIntegration.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,17 @@ You can change the output directory using the standard `dotnet test` switch `--r
70
70
71
71
:warning:At the moment VSTest integration **doesn't support all features** of msbuild and .NET tool, for instance show result on console, report merging and threshold validation.
72
72
We're working to fill the gaps.
73
-
>*PS: if you don't have any other way to merge reports(for instance your report generator doesn't support multi coverage file) you can for the moment exploit a trick reported by one of our contributor Daniel Paz(@p4p3) <https://github.com/tonerdo/coverlet/pull/225#issuecomment-573896446>*
73
+
74
+
> [!TIP]
75
+
> *Some alternative solutions to merge coverage files*
76
+
>
77
+
> * use _dotnet-coverage_ tool and merge multiple coverage files
0 commit comments