Skip to content

Commit b8baaa2

Browse files
committed
sonar fix
1 parent 152b4c5 commit b8baaa2

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

.github/workflows/fe_e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,12 @@ jobs:
116116
uses: SonarSource/sonarqube-scan-action@v5
117117
with:
118118
projectBaseDir: frontend
119+
args: >
120+
-Dsonar.projectKey=NavodPeiris_NoteMaker
121+
-Dsonar.organization=navodpeiris
122+
-Dsonar.language=ts
123+
-Dsonar.sources=./src
124+
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
125+
-Dsonar.exclusions=**/node_modules/**,**/backend/**,**/postgres_data/**,**/qdrant_data/**,**/redis_data/**, **/.vscode/**, **/.nyc_output/**
119126
env:
120127
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)