From e4bede42d16613514649281005e1ac7724140dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:29:27 +0000 Subject: [PATCH 1/3] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/beta.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index 46b87ef5..ff0db55f 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -70,7 +70,7 @@ jobs: run: python -m pytest -v $COV openff/interchange/ - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9add7cb..bcdd5c75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: python -m mypy plugins/nonbonded_plugins/ - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml From 488a3d4d2f7e6c9a9ff2a26ee6dc4c02eb868380 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 15 Nov 2024 09:10:57 -0600 Subject: [PATCH 2/3] Revert "Bump codecov/codecov-action from 4 to 5" --- .github/workflows/beta.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index ff0db55f..46b87ef5 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -70,7 +70,7 @@ jobs: run: python -m pytest -v $COV openff/interchange/ - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcdd5c75..c9add7cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: python -m mypy plugins/nonbonded_plugins/ - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml From 978b5c33712ad3d5c22d065b436bf5babca833a0 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Fri, 15 Nov 2024 09:12:49 -0600 Subject: [PATCH 3/3] FIX: Update arguments --- .github/workflows/beta.yaml | 5 ++--- .github/workflows/ci.yaml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index 46b87ef5..37a0a200 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -70,8 +70,7 @@ jobs: run: python -m pytest -v $COV openff/interchange/ - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml - fail_ci_if_error: false + files: ./coverage.xml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9add7cb..4ae4eb07 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,8 +136,7 @@ jobs: python -m mypy plugins/nonbonded_plugins/ - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml - fail_ci_if_error: false + files: ./coverage.xml