We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f2c6e9 + c37b96c commit 305ad6cCopy full SHA for 305ad6c
3 files changed
.github/workflows/test.yml
@@ -6,3 +6,5 @@ name: CI
6
jobs:
7
tests:
8
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/project-tests.yml@main
9
+ secrets:
10
+ sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
.sonarcloud.properties
sonar-project.properties
@@ -0,0 +1,6 @@
1
+sonar.projectKey=City-of-Helsinki_drupal-helfi-tyo-yrittaminen
2
+sonar.organization=city-of-helsinki
3
+sonar.php.coverage.reportPaths=coverage.xml
4
+sonar.sources=public/modules/custom
5
+sonar.inclusions=public/modules/custom/*/src/**/*
+sonar.test.inclusions=public/modules/custom/*/tests/src/**/*
0 commit comments