From bdc702b5e52f073e8bf348d48e5ae4e5f3cd968e Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Tue, 14 Nov 2023 18:55:00 +1100 Subject: [PATCH] -m --- .github/workflows/sonarcloud.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1b4019565b..f5a710ae55 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -47,17 +47,11 @@ jobs: run: | cmake -S c -B build -DCODE_COVERAGE=ON -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage && build-wrapper-linux-x86-64 --out-dir ./bw-output cmake --build build -j8 --target ccov-all-export && - pwd && - cat ./bw-output/build-wrapper-dump.json && - sed -i "s:$(pwd):/github/workspace:g" ./bw-output/build-wrapper-dump.json && - cat ./bw-output/build-wrapper-dump.json - name: Run sonar-scanner - uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_C }} - with: - args: + run: sonar-scanner -X -Dsonar.organization=swift-nav -Dsonar.projectName=libsbp-c