From 7cd546e5edc75b523662553683c9e02c88dbd47a Mon Sep 17 00:00:00 2001 From: Kamil Krzywicki <12999736+camaeel@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:47:43 +0100 Subject: [PATCH] remove sonar --- .github/workflows/test.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4126944..ea6225f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,30 +34,6 @@ jobs: exit-code: '1' format: 'table' - - sonarqube: - runs-on: ubuntu-latest - if: github.repository == 'daspawnw/k8s-node-label' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version-file: './go.mod' - - - name: Calculate coverage - run: go test -coverprofile=coverage.out ./... - - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }} - SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }} - docker: name: Docker Build