From cc8ee236e90e91ca8eeb03eaac63cfca2f875150 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 8 Oct 2024 01:10:28 +0200 Subject: [PATCH] Include hidden files in upload artifact (#185) --- template/.github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index 1268f29..204ee72 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -40,6 +40,7 @@ jobs: uses: actions/upload-artifact@v4.4.1 with: name: coverage-${{ matrix.python }} + include-hidden-files: true path: .coverage coverage: