From 23a019a39ebe95aaf8b47e44699b5e735ee4699b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:32:09 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 234db1118..f49c15542 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -76,7 +76,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 with: directories: ./DifferentiationInterface/src,./DifferentiationInterface/ext,./DifferentiationInterface/test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info flags: DI @@ -126,7 +126,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 with: directories: ./DifferentiationInterfaceTest/src,./DifferentiationInterfaceTest/ext,./DifferentiationInterfaceTest/test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: lcov.info flags: DIT From 8d73613352a1df0e0c489105dbd0b14054729305 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:47:52 +0100 Subject: [PATCH 2/2] Remove name --- .github/workflows/Test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index f49c15542..2769c6c77 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -80,7 +80,6 @@ jobs: with: files: lcov.info flags: DI - name: ${{ matrix.version }} - DI (${{ matrix.group }}) token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true @@ -130,6 +129,5 @@ jobs: with: files: lcov.info flags: DIT - name: ${{ matrix.version }} - DIT (${{ matrix.group }}) token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true