Skip to content

Commit 152b4c5

Browse files
committed
fixed sonar issue
1 parent d38053c commit 152b4c5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/fe_e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,7 @@ jobs:
114114
# SonarQube Analysis
115115
- name: SonarQube Scan
116116
uses: SonarSource/sonarqube-scan-action@v5
117+
with:
118+
projectBaseDir: frontend
117119
env:
118120
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sonar.organization=navodpeiris
77
#sonar.projectVersion=1.0
88

99
sonar.language=ts
10-
sonar.sources=./frontend/src
11-
sonar.javascript.lcov.reportPaths=./frontend/coverage/lcov.info
10+
sonar.sources=./src
11+
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
1212
sonar.exclusions=**/node_modules/**,**/backend/**,**/postgres_data/**,**/qdrant_data/**,**/redis_data/**, **/.vscode/**, **/.nyc_output/**

0 commit comments

Comments
 (0)