diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 638fa39a..d1d571b9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -129,25 +129,6 @@ jobs: with: name: integration-coverage-lcov path: .coverage/integration/lcov.info - sonarcloud: - name: Sonarcloud - needs: [test-units-and-cover, test-integrations-and-cover] - if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: actions/download-artifact@v4 - name: Download unit & integration coverage reports - with: - path: .coverage - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} post-tests: name: Post Tests needs: [test-units-and-cover, test-integrations-and-cover]