Skip to content

Commit aaaa96f

Browse files
authored
Update sonar coverage exclusions in workflow
1 parent 6fe3b97 commit aaaa96f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
/d:sonar.token="${SONAR_TOKEN}" \
4141
/d:sonar.host.url="https://sonarcloud.io" \
4242
/d:sonar.cs.opencover.reportsPaths="TestResults/coverage.opencover.xml" \
43-
/d:sonar.exclusions="AIStatsMeasurement.Web/**" \
44-
/d:sonar.coverage.exclusions="Tests/**"
43+
/d:sonar.coverage.exclusions="Tests/**,Backend/Migrations/**,AIStatsMeasurement.Web/**"
4544
4645
- name: Build
4746
run: dotnet build AI_stats_measurement.sln --no-restore --configuration Release

0 commit comments

Comments
 (0)