From 0b4b45029819b6feed65c7fe758c8653c4312df9 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Thu, 27 Apr 2023 14:18:39 +0200 Subject: [PATCH] ci: remove sonar check --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce4bf45b3..be8a68b18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,12 +73,6 @@ jobs: - name: Test memory-constrained execution with segment repair shell: bash run: .github/mem-constrained-exec.sh - - name: Run Sonar - if: ${{ matrix.os == 'ubuntu-latest' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'SpoonLabs/sorald') }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar - name: Upload coverage report to Codecov uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2