We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025da74 commit d44a440Copy full SHA for d44a440
tools/run_sonar.sh
@@ -69,7 +69,7 @@ sonar-scanner \
69
--define sonar.projectKey=libudpard \
70
--define sonar.sources=libudpard \
71
--define sonar.exclusions=libudpard/_udpard_cavl.h \
72
---define sonar.cfamily.build-wrapper-output="$BUILD_DIR" \
+--define sonar.cfamily.compile-commands="$BUILD_DIR/compile_commands.json"
73
--define sonar.cfamily.llvm-cov.reportPath="$BUILD_DIR/coverage.txt" \
74
--define sonar.cfamily.threads="$(nproc)" \
75
|| die
0 commit comments