Skip to content

Commit 6d08442

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/Build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +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+
}
148149
#/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
149150
}
150151
else
@@ -156,6 +157,7 @@ else
156157
/d:sonar.sources="$($env:APPVEYOR_BUILD_FOLDER)\src\HodStudio.EntityFrameworkDiffLog" `
157158
/d:sonar.host.url="https://sonarcloud.io" `
158159
/version:"$completeVersion" `
160+
}
159161
#/d:sonar.coverageReportPaths="$($env:APPVEYOR_BUILD_FOLDER)\testresults\SonarQube.xml" }
160162
}
161163

0 commit comments

Comments
 (0)