From 23ffc01756932958c4252d0e1857ef2d5d45600c Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:07:32 -0700 Subject: [PATCH] Include hidden files to upload coverage artifact (#1464) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bbff8f4..800b8ad0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -204,6 +204,7 @@ jobs: if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure') uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }} path: .coverage