diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd9a63c2b..1e5dee5a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,6 +56,7 @@ jobs: with: name: "coverage-${{ matrix.python-version }}" path: ".coverage.${{ matrix.python-version }}" + include-hidden-files: true coverage: name: Coverage report