Skip to content

Commit

Permalink
Merge pull request #11 from fga-eps-mds/fix#83/update_sonar-projects
Browse files Browse the repository at this point in the history
fix#83: Update sonar-projects.properties
  • Loading branch information
dartmol203 authored Dec 2, 2024
2 parents 0aee403 + 9073413 commit b7543ef
Showing 1 changed file with 6 additions and 7 deletions.
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

0 comments on commit b7543ef

Please sign in to comment.