From 2bbfbe5bedc8fa21e73c9ad64b0d0d86fcfca0e4 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 3 Sep 2024 09:32:18 +0300 Subject: [PATCH] workflows: Allow dot files in coverage upload This is safe since we are specifically naming the files. Signed-off-by: Jussi Kukkonen --- .github/actions/upload-coverage/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/upload-coverage/action.yml b/.github/actions/upload-coverage/action.yml index f168bc4f..be70524a 100644 --- a/.github/actions/upload-coverage/action.yml +++ b/.github/actions/upload-coverage/action.yml @@ -23,6 +23,7 @@ runs: - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: coverage-data-${{ steps.coverage-uuid.outputs.COVERAGE_UUID }} + include-hidden-files: 'true' path: | .coverage.* *.lcov