Skip to content

Commit

Permalink
Refill sonar_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Mar 1, 2021
1 parent ad9d275 commit d5882dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
df -h
- name: Prepare for scanning with SonarScanner
run: |
rm -rf sonar_cache
mkdir -p sonar_cache
find _build/libraries/[acdenptuw]*/CMakeFiles/*.dir _build/programs/[cdgjsw]*/CMakeFiles/*.dir -type d -print \
| while read d; do srcd="${d:7}"; gcov -o "$d" "${srcd/CMakeFiles*.dir//}"/*.cpp; done >/dev/null
Expand Down

0 comments on commit d5882dc

Please sign in to comment.