From beedab8dd2927851d8359c3636a87f0bcc50944d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:22:36 +0000 Subject: [PATCH 1/2] build(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4d814037f..a1b3002027 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -115,7 +115,7 @@ jobs: ./test_e2e.sh - name: Upload coverage reports - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./cover.out name: ${{ github.event.repository.name }} From b6ee03d1f75d84fdcbd1f43d12b7ccb382485a9b Mon Sep 17 00:00:00 2001 From: hjpotter92 Date: Thu, 1 Feb 2024 16:02:50 +0530 Subject: [PATCH 2/2] Ptest.yaml: Remove verbosity for codecov action --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a1b3002027..1bc8fdb794 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -117,9 +117,9 @@ jobs: - name: Upload coverage reports uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CI_CODECOV_TOKEN }} files: ./cover.out name: ${{ github.event.repository.name }} - verbose: true gcov_ignore: ./eth/stubclient.go codeql: