From 76207a4bbd09bc60bbc9c825287bd759b7715ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:34:12 +0000 Subject: [PATCH 1/3] Bump codecov/codecov-action from 2 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 7e8e4e06f..20f4f0d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,6 @@ jobs: if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - name: Send coverage to CodeCov if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: file: lcov.info From 0c7dbb454bb7f4f1f116dae4225e9897e1f7201e Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 6 Feb 2024 19:37:03 +0100 Subject: [PATCH 2/3] Add token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f4f0d21..e8c1ca05a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,6 @@ jobs: if: matrix.version == '1' && matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} # required file: lcov.info From deb66b523f38914fd3a99fb1831ce7df02c54f28 Mon Sep 17 00:00:00 2001 From: "Albert R. Gnadt" <20693045+gnadt@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:50:25 -0500 Subject: [PATCH 3/3] Bump codecov/codecov-action from 4 to 5 (#570) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcdcafd4..b7621e04b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - name: Send coverage to CodeCov if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - fail_ci_if_error: true + files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} # required - file: lcov.info + fail_ci_if_error: true