We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1400c commit b8dee85Copy full SHA for b8dee85
1 file changed
.github/workflows/sonarcloud.yml
@@ -1,6 +1,7 @@
1
name: SonarCloud QA Gate
2
3
on:
4
+ workflow_dispatch:
5
pull_request:
6
push:
7
branches:
@@ -39,6 +40,7 @@ jobs:
39
40
-Dsonar.projectKey=codingworkflow_claude-code-a-api
41
-Dsonar.python.coverage.reportPaths=dist/quality/coverage/coverage.xml
42
-Dsonar.python.xunit.reportPath=dist/quality/sonar/xunit-report.xml
43
+ -Dsonar.enableIssueAnnotation=true
44
45
- name: SonarCloud quality gate
46
uses: SonarSource/sonarqube-quality-gate-action@v1.2.0
0 commit comments