Skip to content

Commit

Permalink
[master] - Remove deprecated sonar property and start using fastlane …
Browse files Browse the repository at this point in the history
…again - TT
  • Loading branch information
Tyler-Keith-Thompson committed May 29, 2021
1 parent b1d40b3 commit 4bf3866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate SwiftPM BUILDs
run: swift build
run: fastlane build_swiftpm
- name: Validate Cocoapods Can Deploy (lib lint)
run: pod lib lint
run: fastlane cocoapods_liblint
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.swift.coverage.reportPath=CucumberSwift-coverage.json
sonar.swift.coverage.reportPaths=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
Expand Down

0 comments on commit 4bf3866

Please sign in to comment.