diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index 235acda32..311cac945 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -137,11 +137,11 @@ jobs: - name: Code coverage run: cmake --build $GITHUB_WORKSPACE/metrix-simulator/build --target code-coverage - - name: Sonarcloud - working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: > - ${{ runner.workspace }}/sonar/bin/sonar-scanner - -Dsonar.host.url=https://sonarcloud.io \ No newline at end of file + # - name: Sonarcloud + # working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # run: > + # ${{ runner.workspace }}/sonar/bin/sonar-scanner + # -Dsonar.host.url=https://sonarcloud.io \ No newline at end of file diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index d6d3bd6cf..745923b0d 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -105,11 +105,11 @@ jobs: - name: Code coverage run: cmake --build $GITHUB_WORKSPACE/metrix-simulator/build --target code-coverage - - name: Sonarcloud - working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: > - ${{ runner.workspace }}/sonar/bin/sonar-scanner - -Dsonar.host.url=https://sonarcloud.io + # - name: Sonarcloud + # working-directory: ${{ runner.workspace }}/powsybl-metrix/metrix-simulator + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # run: > + # ${{ runner.workspace }}/sonar/bin/sonar-scanner + # -Dsonar.host.url=https://sonarcloud.io