From 2c18fbd60fd41dfcd9804b4bf00c6ecd4d9e298b Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 17 May 2024 09:12:57 -0400 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 f78f482e6..046329402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} env_vars: IOS + token: ${{ secrets.CODECOV_TOKEN }} env: DEVELOPER_DIR: ${{ env.CI_XCODE }} @@ -64,6 +65,7 @@ jobs: with: files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}} env_vars: MACOS + token: ${{ secrets.CODECOV_TOKEN }} env: DEVELOPER_DIR: ${{ env.CI_XCODE }}