diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f933fb..3a06c0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,8 @@ jobs: with: name: coverage-${{ strategy.job-index }} path: .coverage-* + include-hidden-files: true + if-no-files-found: error coverage: runs-on: ubuntu-latest