From 2d2c1b5c7afffcf37aadc82fe0514d02c8b9d19e Mon Sep 17 00:00:00 2001 From: dpebot Date: Thu, 27 Sep 2018 18:59:15 -0700 Subject: [PATCH] Re-generate library using /synth.py --- .circleci/config.yml | 2 -- .kokoro/test.bat | 2 ++ .kokoro/test.sh | 3 ++- codecov.yaml | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 codecov.yaml diff --git a/.circleci/config.yml b/.circleci/config.yml index 8af6a4d04..da54155fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,8 +68,6 @@ jobs: environment: NPM_CONFIG_PREFIX: /home/node/.npm-global - run: npm test - - run: node_modules/.bin/codecov - node8: docker: - image: 'node:8' diff --git a/.kokoro/test.bat b/.kokoro/test.bat index a8534ba80..d60473666 100644 --- a/.kokoro/test.bat +++ b/.kokoro/test.bat @@ -17,6 +17,8 @@ cd /d %~dp0 cd .. +call npm install -g npm@5 || goto :error + call npm install || goto :error call npm run test || goto :error diff --git a/.kokoro/test.sh b/.kokoro/test.sh index 51f29589b..eb25b89b9 100755 --- a/.kokoro/test.sh +++ b/.kokoro/test.sh @@ -22,4 +22,5 @@ cd $(dirname $0)/.. npm install npm test -node_modules/.bin/codecov + +bash $KOKORO_GFILE_DIR/codecov.sh diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..5724ea947 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,4 @@ +--- +codecov: + ci: + - source.cloud.google.com