From 0c73721373a33ce01652901f401a4681b574f0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:23:35 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3.1.4 to 4.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.5.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.4...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f2d242b..2997b0ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -158,4 +158,4 @@ jobs: nox --session=coverage -- xml -i - name: Upload coverage report - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.5.0 From daa4a436bb1e4d71630b9d7f4552410b2411271e Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Wed, 26 Jun 2024 09:42:41 +1000 Subject: [PATCH 2/2] Add CODECOV_TOKEN --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2997b0ba..d920f48f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -159,3 +159,5 @@ jobs: - name: Upload coverage report uses: codecov/codecov-action@v4.5.0 + with: + token: ${{ secrets.CODECOV_TOKEN }}