From 5c5d1b853673a6d1b32e42c09a7817b92fd8a728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:08:40 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.3 to 5.1.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.3 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/05f5a9cfad807516dbbef9929c4a42df3eb78766...1e68e06f1dbfde0e4cefc87efeba9e4643565303) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bf77439e84f0bb..a2c4ea54df01cf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - run: coverage xml - name: "Upload coverage report to CodeCov" - uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: verbose: true fail_ci_if_error: false