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