diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 831b4d8..5238809 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -59,8 +59,5 @@ jobs: -Dsonar.projectKey=ei3kf_Python -Dsonar.organization=ei3kf -Dsonar.scm.provider=git - -Dsonar.projectBaseDir=Python - # Comma-separated paths to directories containing test source files. - #-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/ - # Adds more detail to both client and server-side analysis logs, activating DEBUG mode for the scanner, and adding client-side environment variables and system properties to the server-side log of analysis report processing. - #-Dsonar.verbose= # optional, default is false + -Dsonar.projectBaseDir=. + -Dsonar.verbose=true