Skip to content

Commit 052c1a7

Browse files
chore(deps): bump codecov/codecov-action from 6 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca61ce8 commit 052c1a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
-v
6464
6565
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v6
66+
uses: codecov/codecov-action@v7
6767
with:
6868
files: ./coverage.xml
6969
flags: unittests

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-v
5353
5454
- name: Upload coverage reports
55-
uses: codecov/codecov-action@v6
55+
uses: codecov/codecov-action@v7
5656
with:
5757
files: ./coverage.xml
5858
flags: unittests

0 commit comments

Comments
 (0)