diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1deeff9b..d2d0ddbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,9 +80,9 @@ jobs: uses: sonarsource/sonarqube-scan-action@master with: args: > - -Dsonar.application=open-data -Dsonar.projectKey=ckanext-xloader - -Dsonar.tests=ckanext/xloader/tests/ + -Dsonar.sources=ckanext/xloader + -Dsonar.tests=ckanext/xloader/tests -Dsonar.python.coverage.reportPaths=coverage.xml env: SONAR_TOKEN: ${{ secrets.SONAR_API_TOKEN }}