Skip to content

Commit

Permalink
Bump codecov from 3.1.0 to 4.5.0 (#59)
Browse files Browse the repository at this point in the history
* Bump `codecov` from 3.1.0 to 4.5.0

* Update `CHANGELOG.md`
  • Loading branch information
ns-vasilev authored Aug 8, 2024
1 parent 4b353f4 commit 7792783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/actions/upload_test_coverage_report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
path: test_output
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 7792783

Please sign in to comment.