From fd9d91752913d757b8f969e97df5c3e516ae3880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=B6ker?= <marcel.kroeker@noimos.ai> Date: Thu, 14 Nov 2024 16:50:06 +0100 Subject: [PATCH] include hidden --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f98ea07..db16f85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,8 +71,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: coverage - path: "${{ github.workspace }}/.coverage" - retention-days: 1 + include-hidden-files: false + if-no-files-found: error + path: ".coverage" # JOB: Coverage Badge cov-badge-job: