From fbadd9730259b6d7d44e062070fa3c53849744bf Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 18 Nov 2024 18:03:04 -0700 Subject: [PATCH 1/2] update codcov action in workflow codecov v3 is outdated, try v5 --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 4662471..43c00f3 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -110,7 +110,7 @@ jobs: - name: codecov if: github.repository == 'becksteinlab/basicrta' && github.event_name != 'schedule' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: coverage.xml name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} From 2a937938d371fc60a85cdff88b126e127a47cdfd Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Mon, 18 Nov 2024 18:11:38 -0700 Subject: [PATCH 2/2] codcov action: use new files instead of file --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 43c00f3..a47c006 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -112,7 +112,7 @@ jobs: if: github.repository == 'becksteinlab/basicrta' && github.event_name != 'schedule' uses: codecov/codecov-action@v5 with: - file: coverage.xml + files: coverage.xml name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} verbose: True