Skip to content

Commit

Permalink
[Cov] Fix coverage.sh (Samsung#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
WonyoungChoi authored Mar 3, 2021
1 parent 5a690cd commit b9f2684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ cmd_report() {
report $1
}

update_coverage_tools

cmd=$1; [ $# -gt 0 ] && shift;
case "$cmd" in
instrument|--instrument|-i) cmd_instrument $@ ;;
Expand Down

0 comments on commit b9f2684

Please sign in to comment.