From 5352e4422636cf1238017a74f0c67d689ccee558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:27:36 -0600 Subject: [PATCH] Use `include-hidden-files: true` to upload coverage artifacts (#1707) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49c5dfb66..67d0864a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,7 @@ jobs: - name: Upload coverage data uses: actions/upload-artifact@v4 with: + include-hidden-files: true name: coverage-${{ matrix.os }}-${{ matrix.python-version }} path: .coverage*