Browse Source

Add Coverlet to coverage tools list (#2640)

tags/8.3.0.34182
Costin Zaharia 4 years ago
parent
commit
f8c4ade234

+ 1
- 1
server/sonar-docs/src/pages/analysis/coverage.md View File

@@ -73,5 +73,5 @@ VB.NET|`sonar.vbnet.xunit.reportsPaths`|Paths to xUnit execution reports. Multip

1. Run the SonarScanner.MSBuild.exe `begin` command, specifying the absolute path where the reports _will be_ available using the `/d:propertyKey="path"` syntax ("propertyKey" depends on the tool)
1. Build your project using MSBuild
1. Run your test tool, instructing it to produce a report at the same location specified earlier to the MSBuild SonarQube Runner
1. Run your test tool, instructing it to produce a report at the same location specified earlier to the MSBuild SonarQube Runner ([How to generate reports with different tools](https://community.sonarsource.com/t/coverage-test-data-generate-reports-for-c-vb-net/9871))
1. Run the SonarScanner.MSBuild.exe `end` command

+ 1
- 1
server/sonar-docs/src/pages/analysis/languages/csharp.md View File

@@ -18,6 +18,6 @@ To analyze tool-generated code (e.g. WCF code generated by `SvcUtil.exe`, protob

## Related Pages
* [Excluding External Roslyn Issues](/analysis/external-issues/) (See "Notes on external .NET issues")
* [Test Coverage & Execution](/analysis/coverage/) (Visual Studio Code Coverage, dotCover, OpenCover)
* [Test Coverage & Execution](/analysis/coverage/) (Visual Studio Code Coverage, dotCover, OpenCover, Coverlet, NCover 3)
* [SonarScanner for MSBuild](/analysis/scan/sonarscanner-for-msbuild/)
* [SonarScanner for Azure DevOps](/analysis/scan/sonarscanner-for-azure-devops/)

+ 1
- 1
server/sonar-docs/src/pages/analysis/languages/vbnet.md View File

@@ -22,6 +22,6 @@ Currently an error will be thrown when an issue is raised on a line of code cont

## Related Pages
* [Importing External Issues](/analysis/external-issues/) (VSTest, NUnit, MSTest, xUnit)
* [Test Coverage & Execution](/analysis/coverage/) (Visual Studio Code Coverage, dotCover, OpenCover, NCover 3)
* [Test Coverage & Execution](/analysis/coverage/) (Visual Studio Code Coverage, dotCover, OpenCover, Coverlet, NCover 3)
* [SonarScanner for MSBuild](/analysis/scan/sonarscanner-for-msbuild/)
* [SonarScanner for Azure DevOps](/analysis/scan/sonarscanner-for-azure-devops/)

Loading…
Cancel
Save