Skip to content

Commit 7251e26

Browse files
committed
build: support additional coverage files in audit
1 parent 3ed8818 commit 7251e26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,10 @@ jobs:
175175
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
176176

177177
- name: Download e2e coverage files
178-
if: ${{ inputs.coverage_artifacts_pattern }}
179178
uses: actions/download-artifact@v4
180179
with:
181180
path: e2e
182-
pattern: ${{ inputs.coverage_artifacts_pattern }}
181+
pattern: "e2e-coverage-*"
183182
merge-multiple: true
184183

185184
- name: "[release] SonarCloud Quality Gate check"

0 commit comments

Comments
 (0)