Skip to content

Commit

Permalink
Exclude tests from Sonar (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Jul 16, 2024
1 parent d87ff65 commit cbdb7ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
args: >
-Dsonar.organization=${{ github.repository_owner }}
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
-Dsonar.test.inclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*/,**/TestHelpers/,**/Fixtures/
-Dsonar.tests=.
-Dsonar.sources=.
-Dsonar.test.inclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*,**/TestHelpers/,**/Fixtures/
-Dsonar.exclusions=GlobalTestHelpers/,Networking/Tests/,**/*Tests.*,**/TestHelpers/,**/Fixtures/

0 comments on commit cbdb7ef

Please sign in to comment.