From ddc04a7a7d2e459bbe74c13ad1c2313a06291e4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:37:07 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d18e242..8b6416e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -48,7 +48,7 @@ jobs: --batch-mode \ --no-transfer-progress \ clean verify \ - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./rewrite-testcontainers-gitserver/target/site/jacoco/jacoco.xml, ./testcontainers-gitserver/target/site/jacoco/jacoco.xml From 6d271f9c747efc020f41e4af0b056e1aa664c93c Mon Sep 17 00:00:00 2001 From: Sandra Parsick Date: Mon, 25 Nov 2024 10:07:17 +0000 Subject: [PATCH 2/2] enable verbose --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8b6416e..0400475 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -53,4 +53,4 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: ./rewrite-testcontainers-gitserver/target/site/jacoco/jacoco.xml, ./testcontainers-gitserver/target/site/jacoco/jacoco.xml fail_ci_if_error: true - verbose: false \ No newline at end of file + verbose: true \ No newline at end of file