From b276a04f2cb9b2e974b84b66719b2b0984f3a800 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 3 Oct 2024 21:19:47 +0100 Subject: [PATCH] Include hidden files when uploading artifacts This was a breaking change github introduced recently Co-authored-by: GDWR --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1159d81b..55bdae0f 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