From 9761443d2f3f417f254dff907dbe0cbe4a5da118 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 2 Sep 2024 22:12:00 +0200 Subject: [PATCH] set include-hidden-files to true for actions/upload-artifact@v4 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53f3e277..14138b6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: with: name: coverage-${{ matrix.python-version }} path: coverage + include-hidden-files: true coverage-combine: needs: [test] @@ -105,6 +106,7 @@ jobs: with: name: coverage-html path: htmlcov + include-hidden-files: true # https://github.com/marketplace/actions/alls-green#why check: # This job does nothing and is only used for the branch protection