diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e06924d..1adf61d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,4 +36,6 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: "https://quality.nhcarrigan.com" - SONAR_PROJECT_KEY: "typescript-config" + args: > + -Dsonar.sources=. + -Dsonar.projectKey=typescript-config