Skip to content

Commit 63cb2bb

Browse files
committed
#SBCOSS-449 feat: adding github action to run test cases and code quality checks
1 parent 2fb77e1 commit 63cb2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Code-Quality-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
7979
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
8080
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION} \
81-
-Dsonar.projectKey=sunbird-knowlg-1 \
81+
-Dsonar.projectKey=Sunbird-Knowlg_knowledge-platform \
8282
-Dsonar.organization=sunbird-knowlg-1 \
8383
-Dsonar.host.url=https://sonarcloud.io \
8484
-Dsonar.coverage.jacoco.xmlReportPaths=content-api/content-service/target/site/jacoco/jacoco.xml
@@ -89,7 +89,7 @@ jobs:
8989
if: github.event_name == 'pull_request' && always()
9090
with:
9191
script: |
92-
const sonarUrl = `https://sonarcloud.io/dashboard?id=sunbird-knowlg-1`;
92+
const sonarUrl = `https://sonarcloud.io/dashboard?id=Sunbird-Knowlg_knowledge-platform`;
9393
const message = `### Quality Gate Results
9494
Check the detailed SonarQube analysis at: ${sonarUrl}`;
9595
github.rest.issues.createComment({

0 commit comments

Comments
 (0)