diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5060895..98f9afa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,7 @@ jobs: with: name: coverage-${{ matrix.python }} path: .coverage + include-hidden-files: true coverage: runs-on: ubuntu-latest