From 7792783594aef8ca3c8bd7dd47ca60b334ad5d08 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Thu, 8 Aug 2024 10:33:38 +0400 Subject: [PATCH] Bump `codecov` from 3.1.0 to 4.5.0 (#59) * Bump `codecov` from 3.1.0 to 4.5.0 * Update `CHANGELOG.md` --- .github/actions/upload_test_coverage_report/action.yml | 10 ++-------- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/upload_test_coverage_report/action.yml b/.github/actions/upload_test_coverage_report/action.yml index 3599ff664..4cdd4df4a 100644 --- a/.github/actions/upload_test_coverage_report/action.yml +++ b/.github/actions/upload_test_coverage_report/action.yml @@ -15,20 +15,14 @@ runs: using: "composite" steps: - - name: Dir - shell: bash - run: pwd && ls -al - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ inputs.token }} xcode: true flags: ${{ inputs.scheme_name }} xcode_archive_path: test_output/${{ inputs.filename }}.xcresult - - name: Dir - shell: bash - run: pwd && ls -al - uses: actions/upload-artifact@v4 with: name: ${{ inputs.filename }} - path: test_output \ No newline at end of file + path: test_output diff --git a/CHANGELOG.md b/CHANGELOG.md index 098f603e0..c7c1935d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [Unreleased] + +## Updated +- Update `codecov` version + - Updated in Pull Request [#59](https://github.com/space-code/flare/pull/59) + #### 3.x Releases - `3.0.x` Releases - [`3.0.0`](#300) - `3.0.0` Release Candidates - [`3.0.0-rc.1`](#300-rc1) | [`3.0.0-rc.2`](#300-rc2)