Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix#83: Update sonar-projects.properties #11

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions sonar-projects.properties
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