Skip to content

Commit d2c0a47

Browse files
authored
Fix path typo on Sonar configuration (#729)
1 parent 063aa86 commit d2c0a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
7777
-Dsonar.tests=.
7878
-Dsonar.sources=.
79-
-Dsonar.test.inclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*/,**/TestHelpers/,**/Fixtures/
80-
-Dsonar.exclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*/,**/TestHelpers/,**/Fixtures/
79+
-Dsonar.test.inclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*,**/TestHelpers/,**/Fixtures/
80+
-Dsonar.exclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*,**/TestHelpers/,**/Fixtures/

0 commit comments

Comments
 (0)