Skip to content

Commit

Permalink
Update codecov action to v3 and enable xcode support and point at arc…
Browse files Browse the repository at this point in the history
…hive path
  • Loading branch information
Richard-Gist authored Nov 5, 2022
1 parent 56f8be0 commit 886220c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
xcode: true
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
- name: Upload Test logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/PR_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
xcode: true
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
- name: Upload Test logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 886220c

Please sign in to comment.