diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 549b210..21a8883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,21 +6,3 @@ on: - main jobs: - sonarcloud: - name: Test and Code Quality Report (SonarCloud) - runs-on: ubuntu-latest - steps: - - name: Check out Git repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5 - with: - args: > - -Dsonar.projectVersion=${{ github.run_id }} - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }} - LC_ALL: 'C.UTF-8' diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 26b3845..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,7 +0,0 @@ -sonar.projectKey=Typeform_embed-demo -sonar.organization=typeform - -sonar.inclusions=packages/*/src/**/*.ts,src/**/*.js -sonar.exclusions=node_modules/**,dist/**,**/*.spec.ts,**/*.test.ts - -sonar.test.exclusions=node_modules/**,dist/** \ No newline at end of file