Skip to content

Commit

Permalink
chore: disable codecov (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Nov 12, 2019
1 parent 5aba667 commit d251d14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .kokoro/presubmit/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ composer --no-interaction --no-ansi --no-progress update

SHORT_JOB_NAME=${KOKORO_JOB_NAME##*/}

if [ "${SHORT_JOB_NAME}" == "php72" ]; then
pecl install xdebug
echo "zend_extension=xdebug.so" > ${PHP_DIR}/lib/conf.d/xdebug.ini
RUN_CODECOV="true"
OPT_CLOVER="--coverage-clover=clover.xml"
fi
# if [ "${SHORT_JOB_NAME}" == "php72" ]; then
# pecl install xdebug
# echo "zend_extension=xdebug.so" > ${PHP_DIR}/lib/conf.d/xdebug.ini
# RUN_CODECOV="true"
# OPT_CLOVER="--coverage-clover=clover.xml"
# fi

mkdir -p ${SHORT_JOB_NAME}/unit
mkdir -p ${SHORT_JOB_NAME}/snippets
Expand Down

0 comments on commit d251d14

Please sign in to comment.