Skip to content

Commit

Permalink
Add missing ici_apt_install for travis coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
agutenkunst authored and Briancbn committed Dec 7, 2021
1 parent 23a1c4a commit cccc356
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions industrial_ci/src/ci_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ name=${name%.*}
ici_isolate "$TEST" "run_${name}" || ici_exit

if [ "$CODE_COVERAGE" ]; then

# Needed for ici_apt_install in travis with coveralls.io
# shellcheck source=industrial_ci/src/workspace.sh
source "${ICI_SRC_PATH}/workspace.sh"

ici_step "upload_coverage_report" upload_coverage_report
fi

Expand Down

0 comments on commit cccc356

Please sign in to comment.