Skip to content

Commit

Permalink
config: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sergio committed Apr 19, 2024
1 parent 6503f4c commit b2c1cae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: |
cd users-microservice
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
..\.sonar\scanner\dotnet-sonarscanner begin /k:"i-am-sergio_enrollapp" /o:"i-am-sergio" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.cs.sonarconfig.path="./sonar-project.properties /d:sonar.host.url="https://sonarcloud.io"
Move-Item -Path .\test\coverage.cobertura.xml -Destination ..\
cd ..
.\.sonar\scanner\dotnet-sonarscanner begin /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.cs.sonarconfig.path="./sonar-project.properties"
cd users-microservice
dotnet build
..\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
cd users-microservice
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit b2c1cae

Please sign in to comment.