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 efcf5de commit f3a6ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ 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 Down

0 comments on commit f3a6ac0

Please sign in to comment.