From b1d40b3b20680b2815b519fe7c1cc6206cc1111d Mon Sep 17 00:00:00 2001 From: Tyler Thompson Date: Sat, 29 May 2021 13:56:57 -0600 Subject: [PATCH] [master] - tweak sonar properties to tell them it is a SWIFT report - TT --- .github/workflows/CI.yml | 4 ++-- sonar-project.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a8d94a8..b7ebea3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,6 +45,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Validate SwiftPM BUILDs - run: fastlane build_swiftpm + run: swift build - name: Validate Cocoapods Can Deploy (lib lint) - run: fastlane cocoapods_liblint \ No newline at end of file + run: pod lib lint \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 623c0c0a..17f5f68c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -15,7 +15,7 @@ sonar.exclusions=Tests/CucumberSwiftTests/testdata/**,CucumberSwift/XCTestCaseGe # Path to test directories (comment if no test) sonar.tests=Tests/CucumberSwiftTests,Tests/CucumberSwiftConsumerTests -sonar.coverageReportPaths=CucumberSwift-coverage.json #sq-generic.xml +sonar.swift.coverage.reportPath=CucumberSwift-coverage.json # Destination Simulator to run surefire # As string expected in destination argument of xcodebuild command # Example = sonar.swift.simulator=platform=iOS Simulator,name=iPhone 6,OS=9.2