From d7214111e80818a504ade6031d73518e8e65344f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 29 May 2024 20:32:42 -0500 Subject: [PATCH] fix coverage report handling --- .github/actions/report-coverage/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report-coverage/action.yml b/.github/actions/report-coverage/action.yml index 104ecc5..e35951f 100644 --- a/.github/actions/report-coverage/action.yml +++ b/.github/actions/report-coverage/action.yml @@ -7,7 +7,7 @@ inputs: artifact_pattern: description: "" required: false - default: coverage-data* + default: coverage-* runs: using: "composite"