-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix#83: Update sonar-projects.properties
- Loading branch information
1 parent
0aee403
commit 9073413
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# SonarCloud project and organization | ||
sonar.projectKey=fga-eps-mds_2024.2-ARANDU-APP | ||
sonar.organization=fga-eps-mds-1 | ||
|
||
# Path to the source code directory (Flutter app source code is in ./lib) | ||
# Path to source code and test directories | ||
sonar.sources=./lib | ||
|
||
# Path to the test directory (Flutter tests are usually in the ./test directory) | ||
sonar.tests=./test | ||
|
||
# Set the language to Dart for Flutter app | ||
sonar.language=dart | ||
# Path to the coverage report generated by flutter test | ||
sonar.javascript.lcov.reportPaths=coverage/lcov.info | ||
|
||
# Exclude specific directories and test files | ||
sonar.exclusions=**/test/**, **/assets/**, .github/**, scripts/**, **/*.test.dart | ||
# Exclude specific directories and files from analysis | ||
sonar.exclusions=**/assets/**, .github/**, scripts/**, **/*.g.dart |