diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41125ec6..e79750db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} name: Node.js ${{ matrix.node-version }} flags: unittests - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Lint the code run: npm run lint --if-present release: diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 47475274..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,6 +0,0 @@ -sonar.organization=mkerix -sonar.projectKey=mKeRix_room-assistant -sonar.sources=src -sonar.tests=src -sonar.test.inclusions=src/**/*.spec.ts -sonar.typescript.lcov.reportPaths=coverage/lcov.info