Skip to content

Commit 94c75a0

Browse files
committed
Remove text
1 parent 876a269 commit 94c75a0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Documentation/VSTestIntegration.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,15 @@ You can change the output directory using the standard `dotnet test` switch `--r
7171
: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.
7272
We're working to fill the gaps.
7373

74-
75-
> *NB: There some alternative solutions to merge coverage files*
76-
> - use dotnet-coverage tool and merge multiple coverage files
77-
`dotnet-coverage merge artifacts/coverage/**/coverage.cobertura.xml -f cobertura -o artifacts/coverage/coverage.xml`*
74+
> *NB: Some alternative solutions to merge coverage files*
75+
>
76+
> * use _dotnet-coverage_ tool and merge multiple coverage files
77+
>
78+
> `dotnet-coverage merge artifacts/coverage/**/coverage.cobertura.xml -f cobertura -o artifacts/coverage/coverage.xml`*
79+
>
80+
> * use _dotnet-reportgenerator-globaltool_ to create a HTML report and a merged coverage file
7881
>
79-
> - use dotnet-reportgenerator-globaltool tool to create a HTML report with and a merged coverage file e.g. `reportgenerator -reports:"**/*.cobertura.xml" -targetdir:"artifacts\reports.cobertura" -reporttypes:"HtmlInline_AzurePipelines_Dark;Cobertura"`
82+
> `reportgenerator -reports:"**/*.cobertura.xml" -targetdir:"artifacts\reports.cobertura" -reporttypes:"HtmlInline_AzurePipelines_Dark;Cobertura"`
8083
8184
### Default option (if you don't specify a runsettings file)
8285

0 commit comments

Comments
 (0)