Skip to content

Commit e1737f6

Browse files
committed
Fix trigger
1 parent 7f1400c commit e1737f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: SonarCloud QA Gate
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches:
@@ -39,6 +40,7 @@ jobs:
3940
-Dsonar.projectKey=codingworkflow_claude-code-a-api
4041
-Dsonar.python.coverage.reportPaths=dist/quality/coverage/coverage.xml
4142
-Dsonar.python.xunit.reportPath=dist/quality/sonar/xunit-report.xml
43+
-Dsonar.enableIssueAnnotation=true
4244
4345
- name: SonarCloud quality gate
4446
uses: SonarSource/sonarqube-quality-gate-action@v1.2.0

0 commit comments

Comments
 (0)