diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2310744..f7d5a5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,6 +120,7 @@ jobs: name: coverage-data-${{ matrix.python-version }} path: .coverage.* if-no-files-found: ignore + include-hidden-files: true coverage: # https://hynek.me/articles/ditch-codecov-python/ runs-on: ubuntu-latest