Skip to content

Commit

Permalink
ci(sonarcloud): fix change sonar.sources and sonar.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Aug 21, 2024
1 parent 211883a commit 6bcb3cb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ sonar.projectKey=guhungry_ios-photo-manipulator
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=ios-photo-manipulator

sonar.sources=WCPhotoManipulator
sonar.tests=WCPhotoManipulatorTests
sonar.sources=Sources
sonar.tests=Tests

sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=.h,.m
sonar.language=swift
sonar.cfamily.build-wrapper-output=DerivedData/compilation-database
sonar.cfamily.threads=2
sonar.cfamily.cache.enabled=false
sonar.coverageReportPaths=sonarqube-generic-coverage.xml

sonar.swift.project=WCPhotoManipulator.xcodeproj
sonar.swift.project=.swiftpm/xcode/package.xcworkspace
sonar.swift.appScheme=WCPhotoManipulator
sonar.swift.simulator=platform=iOS Simulator,name=iPhone SE (2nd generation)
sonar.swift.simulator=platform=iOS Simulator,name=iPhone 15

0 comments on commit 6bcb3cb

Please sign in to comment.