Skip to content

Commit ca9d488

Browse files
authored
Update test.yml
1 parent 80e784a commit ca9d488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)