Add label to skip Sonar coverage (#31420)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1a7023779c
commit
52d082aed6
4
.github/labels.yml
vendored
4
.github/labels.yml
vendored
@@ -279,6 +279,6 @@
|
|||||||
- name: "Z-Flaky-Test-Disabled"
|
- name: "Z-Flaky-Test-Disabled"
|
||||||
description: "The flaking test has been disabled"
|
description: "The flaking test has been disabled"
|
||||||
color: "ededed"
|
color: "ededed"
|
||||||
- name: "Z-Skip-Sonar"
|
- name: "Z-Skip-Coverage"
|
||||||
description: "Skip SonarQube analysis for this PR"
|
description: "Skip SonarQube coverage for this PR"
|
||||||
color: "ededed"
|
color: "ededed"
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
run: exit 1
|
run: exit 1
|
||||||
|
|
||||||
- name: Skip SonarCloud in merge queue
|
- name: Skip SonarCloud in merge queue
|
||||||
if: github.event_name == 'merge_group' || inputs.disable_coverage == 'true' || contains(github.event.pull_request.labels.*.name, 'Z-Skip-Sonar')
|
if: github.event_name == 'merge_group' || inputs.disable_coverage == 'true'
|
||||||
uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
|
uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user