Skip to content

Commit 2615d04

Browse files
committed
Removes sonar coverageReports
Sonar is reporting the main branch has no lines of code
1 parent 4784c91 commit 2615d04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if ($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)
145145
/d:sonar.pullrequest.key="$env:APPVEYOR_PULL_REQUEST_NUMBER " `
146146
/d:sonar.pullrequest.provider="GitHub" `
147147
/d:sonar.pullrequest.github.repository="$env:APPVEYOR_REPO_NAME" `
148-
/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
148+
#/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
149149
}
150150
else
151151
{
@@ -156,7 +156,7 @@ else
156156
/d:sonar.sources="$($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog" `
157157
/d:sonar.host.url="https://sonarcloud.io" `
158158
/version:"$completeVersion" `
159-
/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
159+
#/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
160160
}
161161

162162
exec { & dotnet build $libraryOnlySolutionPath -c Release }

0 commit comments

Comments
 (0)