coverity tooling: use 2020.09 and fix tests

This commit is contained in:
Philippe Teuwen 2021-05-14 01:33:37 +02:00
commit aafc8ac71b
4 changed files with 16 additions and 12 deletions

View file

@ -1,13 +1,12 @@
COVLOGIN=myemail@corp.com
COVTOKEN=aAbBcCdDeEfFgGhHiIjJkK
# Toolchain available at https://scan.coverity.com/download
COVBINDIR="/opt/cov-analysis-linux64-2019.03/bin"
COVBINDIR="/opt/cov-analysis-linux64-2020.09/bin"
# Nickname included in scan description:
NICKNAME=myself
# cov can't read gcov from gcc > 7
HOSTCC=gcc-7
HOSTCXX=g++-7
HOSTLD=g++-7
HOSTCC=gcc-10
HOSTCXX=g++-10
HOSTLD=g++-10
# Do not change it:
COVDIR=cov-int