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