From 91dde2894c04dec3a12cc7abc88849062d95b177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:50:22 +0000 Subject: [PATCH 1/3] chore: Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ba5dce3..a3d97d2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: timeout: '5m' flow-version: 'main' - name: Upload to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: From 981a41716a7b510b085b50fe6903348b297c6af0 Mon Sep 17 00:00:00 2001 From: Jahvon Dockery Date: Thu, 7 Aug 2025 13:53:36 -0400 Subject: [PATCH 2/3] update files field --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3d97d2a..b5a7c1be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,7 +101,7 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: merged-coverage.out + files: merged-coverage.out flags: combined name: cli-coverage fail_ci_if_error: true From ee0c01b0f8bee35240febb34d9c7310523db8565 Mon Sep 17 00:00:00 2001 From: Jahvon Dockery Date: Thu, 7 Aug 2025 14:02:05 -0400 Subject: [PATCH 3/3] simplify coverage config --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5a7c1be..214b6b11 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,18 +91,11 @@ jobs: uses: actions/download-artifact@v4 with: name: e2e-coverage - - uses: flowexec/action@v1 - with: - executable: 'transform coverage' - timeout: '5m' - flow-version: 'main' - name: Upload to codecov uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - files: merged-coverage.out - flags: combined name: cli-coverage fail_ci_if_error: true