Skip to content

Commit 85d1f83

Browse files
committed
sonar fix
1 parent b8baaa2 commit 85d1f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fe_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ jobs:
122122
-Dsonar.language=ts
123123
-Dsonar.sources=./src
124124
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
125-
-Dsonar.exclusions=**/node_modules/**,**/backend/**,**/postgres_data/**,**/qdrant_data/**,**/redis_data/**, **/.vscode/**, **/.nyc_output/**
125+
-Dsonar.exclusions=**/node_modules/**,**/backend/**,**/postgres_data/**,**/qdrant_data/**,**/redis_data/**,**/.vscode/**,**/.nyc_output/**
126126
env:
127127
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)