Skip to content

Commit d8d7ccd

Browse files
committed
issue: 2568298 Switch to cov-2020.06
Signed-off-by: Igor Ivanov <[email protected]>
1 parent c303255 commit d8d7ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/jenkins_tests/cov.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source $(dirname $0)/globals.sh
44

55
do_check_filter "Checking for coverity ..." "on"
66

7-
do_module "tools/cov-latest"
7+
do_module "tools/cov-2020.06"
88

99
cd $WORKSPACE
1010

@@ -71,7 +71,7 @@ fi
7171
echo Coverity report: $cov_url
7272
printf "%s\t%s\n" Coverity $cov_url >> jenkins_sidelinks.txt
7373

74-
module unload "tools/cov-latest"
74+
module unload "tools/cov-2020.06"
7575

7676
do_archive "$( find ${cov_build}/output -type f -name "*.txt" -or -name "*.html" -or -name "*.xml" )"
7777

0 commit comments

Comments
 (0)