diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0033da8..8892dea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,6 +60,7 @@ jobs: name: coverage-data-${{ matrix.python-version }} path: .coverage.* if-no-files-found: ignore + include-hidden-files: true Coverage: needs: Pytest