We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9979948 + 57ec0e1 commit f89b818Copy full SHA for f89b818
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