diff options
-rw-r--r-- | .github/workflows/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1159d81..55bdae0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,6 +52,7 @@ jobs: name: coverage-${{ matrix.os }} path: .coverage.* retention-days: 1 + include-hidden-files: true report: name: Report coverage |