Skip to content

Commit

Permalink
build: support additional coverage files in audit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 23, 2024
1 parent 3ed8818 commit 7251e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Download e2e coverage files
if: ${{ inputs.coverage_artifacts_pattern }}
uses: actions/download-artifact@v4
with:
path: e2e
pattern: ${{ inputs.coverage_artifacts_pattern }}
pattern: "e2e-coverage-*"
merge-multiple: true

- name: "[release] SonarCloud Quality Gate check"
Expand Down

0 comments on commit 7251e26

Please sign in to comment.