From ca2df77cd91107fde34e285956844c42f8b16583 Mon Sep 17 00:00:00 2001 From: Christoph-Meyer <christoph.meyer@viadee.de> Date: Fri, 11 Oct 2024 14:09:03 +0200 Subject: [PATCH] SonarCloud --- .github/workflows/sonarquest-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/sonarquest-ci.yml b/.github/workflows/sonarquest-ci.yml index b9d453fa..8625d247 100644 --- a/.github/workflows/sonarquest-ci.yml +++ b/.github/workflows/sonarquest-ci.yml @@ -10,6 +10,7 @@ on: workflow_dispatch: jobs: + backend: runs-on: ubuntu-latest steps: @@ -59,7 +60,6 @@ jobs: include: - app: sonarquest-backend working-directory: ./backend - jacoco-report-dir: jacoco-report sonar-project-key: viadee_sonarQuest sonar-organization: viadee sonar-host-url: https://sonarcloud.io @@ -69,11 +69,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Download JaCoCo Report - uses: actions/download-artifact@master - with: - name: jacoco-report - path: ${{ matrix.jacoco-report-dir }} - name: Build and analyze env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}