From dd3ac6676c74cafa683148fd12ce786871281f0d Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 13 Sep 2023 19:39:45 +0400 Subject: [PATCH] `Codecov` Integration [#2] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6851e244a..587f5487e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,4 +62,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} xcode: true - xcode_archive_path: "./${{ matrix.env.sdk }}.xcresult" \ No newline at end of file + xcode_archive_path: "./${{ matrix.sdk }}.xcresult" \ No newline at end of file