Skip to content

Commit

Permalink
update SonarCloud reference from sandbox project to official one (con…
Browse files Browse the repository at this point in the history
…tinues issue #3))
  • Loading branch information
gcramarossa authored Nov 18, 2023
1 parent be34b1d commit 075bcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysesource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"gcramarossa_interappconnector-sandbox" /o:"gcramarossa" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=tests/codecoverage/coverage.xml
.\.sonar\scanner\dotnet-sonarscanner begin /k:"interappconnectorproject_interappconnector" /o:"interappconnectorproject" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=tests/codecoverage/coverage.xml
dotnet build
dotnet-coverage collect "dotnet test" -f xml -o "tests/codecoverage/coverage.xml"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 075bcd8

Please sign in to comment.