Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Nov 13, 2023
1 parent bd22621 commit 970f902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
cmake -S c -B build -DCODE_COVERAGE=ON &&
make -C build -j 8 do-all-tests &&
make -C build ccov-all-export &&
gcovr -j 8 --gcov-executable gcov --sonarqube build/code_coverage.xml --root c
gcovr -j 8 --gcov-executable gcov --sonarqube build/code_coverage.xml --root c &&
cat build/compile_commands.json &&
cat build/code_coverage.xml
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand All @@ -35,8 +37,6 @@ jobs:
args: >
-Dsonar.organization=swift-nav
-Dsonar.projectKey=swift-nav_libsbp_auto
-Dsonar.sources=.
-Dsonar.exclusions=java/**
-Dsonar.verbose=true
-Dsonar.sources=c/src
-Dsonar.coverageReportPaths=build/code_coverage.xml
-Dsonar.cfamily.compile-commands=build/compile_commands.json

0 comments on commit 970f902

Please sign in to comment.