From 81d690c4386c1e964eefef9fa22a9ef1d28dbda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:30:48 +0000 Subject: [PATCH 1/2] 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/contrib.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 2b35e7c831..f5d2f05001 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -71,7 +71,7 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: coverage.xml if: ${{ always() }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c769cc9c71..fe0c56c64e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -145,7 +145,7 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: coverage.xml if: ${{ always() }} From 2f793c27e3016919a433e14c0638d5b0992e814c Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 27 Feb 2024 16:40:28 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/contrib.yml | 1 + .github/workflows/tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index f5d2f05001..97d9fd2ef2 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -74,6 +74,7 @@ jobs: - uses: codecov/codecov-action@v4 with: file: coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results uses: actions/upload-artifact@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe0c56c64e..93793281e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,6 +148,7 @@ jobs: - uses: codecov/codecov-action@v4 with: file: coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results uses: actions/upload-artifact@v3