Skip to content

Commit

Permalink
UHF-10766: Use sonar inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 27, 2025
1 parent 5b6fdb7 commit 4fd8220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sonar.projectKey=City-of-Helsinki_drupal-helfi-etusivu
sonar.organization=city-of-helsinki
sonar.php.coverage.reportPaths=coverage.xml
sonar.sources=public/modules/custom/helfi_alt_lang_fallback/src,public/modules/custom/helfi_annif/src,public/modules/custom/helfi_etusivu/src,public/modules/custom/helfi_etusivu_config/src,public/modules/custom/helfi_global_navigation/src,public/modules/custom/helfi_node_news_article/src
sonar.tests=public/modules/custom/helfi_alt_lang_fallback/tests,public/modules/custom/helfi_annif/tests,public/modules/custom/helfi_etusivu/tests,public/modules/custom/helfi_etusivu_config/tests,public/modules/custom/helfi_global_navigation/tests,public/modules/custom/helfi_node_news_article/tests
sonar.sources=public/modules/custom
sonar.inclusions=public/modules/custom/*/src/**/*
sonar.test.inclusions=public/modules/custom/*/tests/src/**/*

0 comments on commit 4fd8220

Please sign in to comment.