From 138baf5b2f66b50f856e786a694daad12702b4f8 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 24 Dec 2024 21:28:24 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 392329063..d4a63a118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: with: format: lcov search-paths: ./DerivedData + ignore-conversion-failures: true env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Upload coverage to Codecov @@ -89,6 +90,7 @@ jobs: with: format: lcov search-paths: ./.build + ignore-conversion-failures: true env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Upload coverage to Codecov