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 d44a440 commit 7901638Copy full SHA for 7901638
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.compile-commands="$BUILD_DIR/compile_commands.json"
+--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