Install dotnet-coverage
This commit is contained in:
parent
f4bd48ec5e
commit
203901b055
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ sonarqube-check:
|
|||
- "apt-get update"
|
||||
- "apt-get install --yes openjdk-11-jre"
|
||||
- "dotnet tool install --global dotnet-sonarscanner"
|
||||
- "dotnet tool install --global dotnet-coverage"
|
||||
- "export PATH=\"$PATH:$HOME/.dotnet/tools\""
|
||||
- "dotnet sonarscanner begin /k:\"wonderking_continuity_AYVNylewKO-B3MBr7mwm\" /d:sonar.login=\"$SONAR_TOKEN\" /d:\"sonar.host.url=$SONAR_HOST_URL\" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml "
|
||||
- "dotnet build"
|
||||
|
|
Loading…
Reference in a new issue