From 7f92107bdea53a9f23802d8809b9d713ff2ea75b Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Fri, 13 Sep 2024 16:11:12 +0200 Subject: [PATCH] Fix coverage upload, explicitly include hidden files --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8cb792..486b1e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,7 @@ jobs: name: coverage-data path: .coverage.* if-no-files-found: ignore + include-hidden-files: true coverage: name: Combine & check coverage.