From ae03fa52d411cf2c6eaaefba7ce4ce7be3667c8f Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Sun, 1 Sep 2024 17:36:13 -0400 Subject: [PATCH] Fix coverage reporting for `upload-artifact@v4.4.0` - Add `include-hidden-files` to upload hidden coverage files --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db865a44d..aba334d743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,6 +139,7 @@ jobs: name: core-coverage-data-${{ matrix.platform }}-${{ matrix.python-version }} path: "core/.coverage.*" if-no-files-found: error + include-hidden-files: true core-coverage: name: Coverage