diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c429005e..87f55fa9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: - name: Store coverage file uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: coverage-${{ matrix.python-version }} path: .coverage.${{ matrix.python-version }}