Skip to content

Commit

Permalink
-m
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Nov 14, 2023
1 parent f3a6ac0 commit fbf2e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 77,805 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ 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
- name: Dump config
uses: sonarsource/sonarcloud-github-action@master
run: |
cat /opt/sonar-scanner/config/sonar-scanner.properties
- name: Run sonar-scanner
uses: sonarsource/sonarcloud-github-action@master
env:
Expand All @@ -66,4 +62,4 @@ jobs:
-Dsonar.cfamily.threads=4
-Dsonar.cfamily.llvm-cov.reportPath=./build/ccov/coverage.txt
-Dsonar.sources=c/
-Dsonar.cfamily.compile-commands=./build/compile_commands.json
-Dsonar.cfamily.build-wrapper-output=./bw-output
Loading

0 comments on commit fbf2e08

Please sign in to comment.