[Cov] Fix coverage.sh (#2701)
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 3 Mar 2021 06:36:58 +0000 (15:36 +0900)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 06:36:58 +0000 (15:36 +0900)
coverage.sh

index 8b9d0c3..e0485f4 100755 (executable)
@@ -121,6 +121,8 @@ cmd_report() {
   report $1
 }
 
+update_coverage_tools
+
 cmd=$1; [ $# -gt 0 ] && shift;
 case "$cmd" in
   instrument|--instrument|-i) cmd_instrument $@ ;;