Skip to content

Commit

Permalink
why does this var seem empty?
Browse files Browse the repository at this point in the history
ci_coverage
  • Loading branch information
jillr committed May 18, 2020
1 parent 7947658 commit a885f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function cleanup
if [ -d tests/output/coverage/ ]; then
if find tests/output/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | grep -q .; then
# for complete on-demand coverage generate a report for all files with no coverage on the "other" job so we only have one copy
echo ${test}
if [ "${COVERAGE}" == "--coverage" ] && [ "${CHANGED}" == "" ] && [ "${test}" == "sanity/1" ]; then
stub="--stub"
else
Expand Down

0 comments on commit a885f61

Please sign in to comment.