From ba24d3c32464b75604696de3fec2299994a8b0ee Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Mon, 28 Oct 2024 20:54:40 +0000 Subject: [PATCH] Fixes to accomodate v4 codecov/codecov-action changes --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3356e1d..b216e36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,10 @@ jobs: tox --verbose - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - name: Python ${{ matrix.python-version }} + name: coverage-data-${{ matrix.python-version }} + path: ".coverage.*" + include-hidden-files: true + merge-multiple: true fail_ci_if_error: true