We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b848e68 commit 57ec0e1Copy full SHA for 57ec0e1
etc/CodeCoverage.sh
@@ -46,7 +46,7 @@ _coverity() {
46
if [[ -f "/etc/openroad_deps_prefixes.txt" ]]; then
47
cmakeOptions="$(cat "/etc/openroad_deps_prefixes.txt")"
48
fi
49
- cmake "${cmakeOptions}" -B build .
+ cmake ${cmakeOptions} -B build .
50
# compile abc before calling cov-build to exclude from analysis.
51
# Coverity fails to process abc code due to -fpermissive flag.
52
cmake --build build -j $(nproc) --target abc
0 commit comments