File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 - name : Swift Lint
2222 run : swiftlint --strict
2323 - name : Test iOS
24- run : xcodebuild test -scheme fs-contact-store -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES
24+ run : xcodebuild test -scheme fs-contact-store -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES -skipPackagePluginValidation
2525 - name : Fetch Coverage
2626 uses : sersoft-gmbh/swift-coverage-action@v4
2727 id : coverage-files
2828 - name : Publish Coverage to Codecov
29- uses : codecov/codecov-action@v3
29+ uses : codecov/codecov-action@v4.0.1
3030 with :
31- files : ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
31+ token : ${{ secrets.CODECOV_TOKEN }}
3232 - name : Test macOS
3333 run : xcodebuild test -scheme fs-contact-store -destination "platform=macOS" -enableCodeCoverage YES
You can’t perform that action at this time.
0 commit comments