diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 355c8fb..2341c0f 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -64,7 +64,7 @@ jobs: -Dsonar.organization=${{ env.SONAR_ORGANIZATION }} -Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} -Dsonar.sources=src - -Dsonar.tests=test + -Dsonar.test.inclusions=src/**/*.spec.ts -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info - name: SonarCloud Quality Gate