From 886220cc4eebfe4b34bde0c13af5551b62954787 Mon Sep 17 00:00:00 2001 From: Richard Gist Date: Sat, 5 Nov 2022 12:12:33 -0600 Subject: [PATCH] Update codecov action to v3 and enable xcode support and point at archive path --- .github/workflows/CI.yml | 4 +++- .github/workflows/PR_CI.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5dfd9724..23b9613a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/.github/workflows/PR_CI.yml b/.github/workflows/PR_CI.yml index 244cc21d..eefeef1f 100644 --- a/.github/workflows/PR_CI.yml +++ b/.github/workflows/PR_CI.yml @@ -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