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 c8c6442 commit 7adc9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
CXX: clang++
run: |
cmake -S c -B build -DCODE_COVERAGE=ON &&
cmake -B build --parallel --target ccov-all-export &&
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
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 7adc9ee

Please sign in to comment.