We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a749a1e commit 491a418Copy full SHA for 491a418
1 file changed
.github/workflows/sonarqube.yml
@@ -73,9 +73,13 @@ jobs:
73
-Dsonar.projectKey=GalacticCodeGambit_LazyCook
74
-Dsonar.organization=galacticcodegambit
75
-Dproject.settings=sonar-project.properties
76
+ -Dsonar.python.coverage.reportPaths=backend/coverage.xml
77
+ -Dsonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info
78
+ -Dsonar.typescript.lcov.reportPaths=frontend/coverage/lcov.info
79
+ -Dsonar.python.version=3.10
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
82
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83
84
- name: SonarCloud Quality Gate check
85
id: sonar-qg
0 commit comments