From e3e539d765e3da5da6966845f98cf03847c2a9d5 Mon Sep 17 00:00:00 2001 From: Eduardo Feo-Flushing Date: Mon, 26 Aug 2024 10:45:11 +0300 Subject: [PATCH] Removed SonarCloud CI Let's use coveralls instead --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 487a7a49c1..c4e8f090bd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -85,7 +85,3 @@ jobs: - name: Test coverage uses: coverallsapp/github-action@v2 - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}