Skip to content

Commit

Permalink
updated yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBakker-wbd committed Aug 28, 2023
1 parent 8d1f782 commit bad0194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
-Dsonar.projectName=FlickrFinder
-Dsonar.organization=jeroenbakker-wbd
-Dsonar.projectKey=JeroenBakker-wbd_FlickrFinder
-Dsonar.sources=.
-Dsonar.exclusions=DataTests
-Dsonar.sources=Data/,Domain/,Presentation/,FlickrFinder/
-Dsonar.tests=DataTests/
-Dsonar.swift.project=FlickrFinder.xcodeproj
-Dsonar.swift.scheme=FlickrFinder
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.login=$SONAR_TOKEN
-Dsonar.token=$SONAR_TOKEN
-Dsonar.coverageReportPaths=coverage.xml
-Dsonar.swift.coverage.reportPath=coverage.xml
-Dsonar.coverage.exclusions=DataTests/
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-

0 comments on commit bad0194

Please sign in to comment.