Skip to content

Commit 7d2bb2c

Browse files
authored
Update flutter_ci.yml
1 parent 31e242e commit 7d2bb2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/flutter_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Bắt buộc để SonarCloud tự động comment báo cáo vào Pull Request
5151
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Token cấp quyền từ SonarCloud
5252
with:
53+
projectBaseDir: src
5354
args: >
5455
-Dsonar.organization=tqha1011
5556
-Dsonar.projectKey=tqha1011_taskmanagementapp
5657
-Dsonar.sources=lib
57-
-Dsonar.exclusions=**/*.g.dart,**/*.freezed.dart,**/*.part.dart}}
58+
-Dsonar.exclusions=**/*.g.dart,**/*.freezed.dart,**/*.part.dart
5859
5960

6061

0 commit comments

Comments
 (0)