1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Remove Sonar source and test path declarations (#4517)

This commit is contained in:
Matt Bishop 2024-07-16 13:24:25 -04:00 committed by GitHub
parent 4d210170bb
commit ad9f48b7be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,8 +83,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
/d:sonar.tests=test/,bitwarden_license/test/ \
/d:sonar.sources=dev/,perf/,scripts/,src/,bitwarden_license/src/,util/ \
/d:sonar.test.inclusions=test/,bitwarden_license/test/ \
/d:sonar.exclusions=test/,bitwarden_license/test/ \
/o:"${{ github.repository_owner }}" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \