We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e242e commit 7d2bb2cCopy full SHA for 7d2bb2c
1 file changed
.github/workflows/flutter_ci.yml
@@ -50,11 +50,12 @@ jobs:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Bắt buộc để SonarCloud tự động comment báo cáo vào Pull Request
51
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Token cấp quyền từ SonarCloud
52
with:
53
+ projectBaseDir: src
54
args: >
55
-Dsonar.organization=tqha1011
56
-Dsonar.projectKey=tqha1011_taskmanagementapp
57
-Dsonar.sources=lib
- -Dsonar.exclusions=**/*.g.dart,**/*.freezed.dart,**/*.part.dart}}
58
+ -Dsonar.exclusions=**/*.g.dart,**/*.freezed.dart,**/*.part.dart
59
60
61
0 commit comments