From cf2ad0bfeb7c613fa97122a6c27344942b5442c5 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 10 Sep 2024 18:35:56 +0200 Subject: [PATCH] Add `include-hidden-files: true` to `report-coverage` action --- .github/actions/report-coverage/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/report-coverage/action.yml b/.github/actions/report-coverage/action.yml index e35951f..ba1915b 100644 --- a/.github/actions/report-coverage/action.yml +++ b/.github/actions/report-coverage/action.yml @@ -26,6 +26,7 @@ runs: name: coverage-data pattern: ${{ inputs.artifact_pattern }} delete-merged: true + include-hidden-files: true - name: Combine coverage & fail if it's <${{inputs.fail_under}}. shell: bash