Skip to content

Commit

Permalink
updated analysis scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBakker-wbd committed Aug 29, 2023
1 parent 5e638e8 commit 2ea8b19
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ jobs:
-Dsonar.projectName=FlickrFinder
-Dsonar.organization=jeroenbakker-wbd
-Dsonar.projectKey=JeroenBakker-wbd_FlickrFinder
-Dsonar.sources=Data/,Domain/,Presentation/,FlickrFinder/
-Dsoner.exclusions=Data/Tests/,Domain/Tests/
-Dsonar.tests=Data/Tests/,Domain/Tests/
-Dsonar.sources=.
-Dsonar.tests=.
-Dsonar.tests.inclusions=**/Tests/**/*
-Dsoner.exclusions=**/Tests/**/*
-Dsonar.swift.project=FlickrFinder.xcodeproj
-Dsonar.swift.scheme=FlickrFinder
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.token=$SONAR_TOKEN
-Dsonar.coverageReportPaths=coverage.xml
-Dsonar.coverage.exclusions=Data/Tests/,Domain/Tests/
-Dsonar.coverage.exclusions=**/Tests/**/*
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-

0 comments on commit 2ea8b19

Please sign in to comment.