Skip to content

Commit

Permalink
Merge pull request #24 from Ast3r10n/bugfix/codecov-action
Browse files Browse the repository at this point in the history
Remove iOS version specification in codecov action
  • Loading branch information
Ast3r10n authored Sep 11, 2020
2 parents 9936732 + c661280 commit c0eee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Generate coverage report
run: xcodebuild -scheme SwiftQuests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=13.4.1' -enableCodeCoverage YES build test
run: xcodebuild -scheme SwiftQuests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -enableCodeCoverage YES build test
- name: Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit c0eee2e

Please sign in to comment.