File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4141- name : " Z-Flaky-Test"
4242 description : " A test is raising false alarms"
4343 color : " ededed"
44+ - name : " Z-Skip-Coverage"
45+ description : " Skip SonarQube coverage for this PR"
46+ color : " ededed"
Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ jobs:
7575
7676 - name : " 🩻 SonarCloud Scan"
7777 id : sonarcloud
78- uses : matrix-org/sonarcloud-workflow-action@820f7c2e9e94ba9e35add0f739691e5c7e23fa25 # v4.0
78+ uses : matrix-org/sonarcloud-workflow-action@a8ca17dec09a9473b6b2b5156c7c130382934750 # v4.0
7979 # workflow_run fails report against the develop commit always, we don't want that for PRs
8080 continue-on-error : ${{ github.event.workflow_run.head_branch != 'develop' }}
8181 with :
8282 skip_checkout : true
8383 repository : ${{ github.event.workflow_run.head_repository.full_name }}
8484 is_pr : ${{ github.event.workflow_run.event == 'pull_request' }}
85+ skip_coverage_label : Z-Skip-Coverage
8586 version_cmd : " cat package.json | jq -r .version"
8687 branch : ${{ github.event.workflow_run.head_branch }}
8788 revision : ${{ github.event.workflow_run.head_sha }}
You can’t perform that action at this time.
0 commit comments