We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8baaa2 commit 85d1f83Copy full SHA for 85d1f83
1 file changed
.github/workflows/fe_e2e.yml
@@ -122,6 +122,6 @@ jobs:
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/**
+ -Dsonar.exclusions=**/node_modules/**,**/backend/**,**/postgres_data/**,**/qdrant_data/**,**/redis_data/**,**/.vscode/**,**/.nyc_output/**
126
env:
127
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments