From d14b6d20a2941b51e65eab627946816117f6760b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 10 Sep 2024 18:50:21 +0200 Subject: [PATCH] Add `include-hidden-files: true` to `report-coverage` action (#246) --- .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