cov settings
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
set -e
|
||||
. .coverity.conf || exit 1
|
||||
|
||||
# cov-configure --list-configured-compilers text
|
||||
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
|
||||
# cov can't read gcov from gcc > 7
|
||||
cov-configure --template --compiler $HOSTCC --comptype gcc
|
||||
|
||||
Reference in New Issue
Block a user