Skip to content

Commit

Permalink
Update CI & CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukz authored Nov 5, 2022
1 parent fdbe25e commit f0c6423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI & CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: dotnet tool install --global dotnet-sonarscanner
- name: Build
run: |
dotnet build-server shutdown
dotnet sonarscanner begin /k:"omerfarukz_autocomplete" /o:"omerfarukz" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./**/coverage.opencover.xml"
dotnet build
dotnet test -p:coverletOutput=./coverage.opencover.xml -p:CollectCoverage=true -p:CoverletOutputFormat=opencover
Expand Down

0 comments on commit f0c6423

Please sign in to comment.