diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c16d28b..0215ea6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,6 +110,7 @@ jobs: with: name: coverage-data-${{ matrix.python }}-${{ matrix.os }} path: ".coverage.*" + include-hidden-files: true - name: Upload documentation if: matrix.session == 'docs-build'