Skip to content

Commit

Permalink
fix sonar build #sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Nov 27, 2024
1 parent d44a440 commit 7901638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sonar-scanner \
--define sonar.projectKey=libudpard \
--define sonar.sources=libudpard \
--define sonar.exclusions=libudpard/_udpard_cavl.h \
--define sonar.cfamily.compile-commands="$BUILD_DIR/compile_commands.json"
--define sonar.cfamily.compile-commands="$BUILD_DIR/compile_commands.json" \
--define sonar.cfamily.llvm-cov.reportPath="$BUILD_DIR/coverage.txt" \
--define sonar.cfamily.threads="$(nproc)" \
|| die

0 comments on commit 7901638

Please sign in to comment.