Skip to content

Commit 491a418

Browse files
committed
Test: Sonarqube workflow with result print in CI-Pipeline
1 parent a749a1e commit 491a418

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/sonarqube.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ jobs:
7373
-Dsonar.projectKey=GalacticCodeGambit_LazyCook
7474
-Dsonar.organization=galacticcodegambit
7575
-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
7680
env:
7781
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
82+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7983

8084
- name: SonarCloud Quality Gate check
8185
id: sonar-qg

0 commit comments

Comments
 (0)