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