Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmikius authored Sep 6, 2024
1 parent 80e784a commit ca9d488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Swift Lint
run: swiftlint --strict
- name: Test iOS
run: xcodebuild test -scheme fs-contact-store -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES
run: xcodebuild test -scheme fs-contact-store -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES -skipPackagePluginValidation
- name: Fetch Coverage
uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
- name: Publish Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
files: ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: Test macOS
run: xcodebuild test -scheme fs-contact-store -destination "platform=macOS" -enableCodeCoverage YES

0 comments on commit ca9d488

Please sign in to comment.