diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f9109d..94e7cd0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-data-${{ matrix.python-version }} + include-hidden-files: true path: '.coverage.*' if-no-files-found: ignore