From 1ed0d5a87f28fb7018db29477e2e6bb3d061f6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:51:27 +0100 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3.1.6 to 4.1.0 (#1272) * build(deps): bump codecov/codecov-action from 3.1.6 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 4.1.0. - [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.1.6...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * add token to codecov step --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: collerek --- .github/workflows/test-package.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index cf55ab7..e7024bb 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -105,7 +105,11 @@ jobs: run: bash scripts/test.sh - name: Upload coverage - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.1.0 + with: + name: codecov-umbrella + token: ${{ secrets.CODCOV_TOKEN }} + verbose: true - name: Test & publish code coverage uses: paambaati/codeclimate-action@v5.0.0