diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a244d13b17a..d562389be4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,7 @@ jobs: with: name: coverage path: .coverage.* + include-hidden-files: true Coverage: needs: tests runs-on: ubuntu-latest