Skip to content

Commit

Permalink
updated sonarcloud properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBakker-wbd committed Aug 28, 2023
1 parent e283eba commit e4cc1ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
sonar.projectName=FlickrFinder
sonar.organization=JeroenBakker-wbd
sonar.projectKey=JeroenBakker-wbd_FlickrFinder
sonar.host.url=https://sonarcloud.io
sonar.login=$SONAR_TOKEN
sonar.swift.project=FlickrFinder.xcodeproj
sonar.swift.scheme=FlickrFinder

# Path to sources
sonar.sources=.
sonar.exclusions=DataTests/*.swift
Expand All @@ -10,6 +18,7 @@ sonar.tests=DataTests/*.swift

# Path to coverage
sonar.coverage.exclusions=DataTests/*.swift
sonar.coverageReportPaths=coverage.xml

# Source encoding
#sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit e4cc1ce

Please sign in to comment.