diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index e01ceb3..34a93f9 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -35,7 +35,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.os }}-${{ matrix.python-version }} - path: .coverage* + path: .coverage.${{ matrix.os }}.${{ matrix.python-version }} + if-no-files-found: error + include-hidden-files: true coverage: name: report coverage