Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 505dffc

Browse files
committed
Re-generate library using /synth.py
1 parent ba30fa6 commit 505dffc

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
environment:
6969
NPM_CONFIG_PREFIX: /home/node/.npm-global
7070
- run: npm test
71-
- run: node_modules/.bin/codecov
72-
7371
node8:
7472
docker:
7573
- image: 'node:8'

.kokoro/samples-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ cd $(dirname $0)/..
2626

2727
# Run a pre-test hook, if a pre-samples-test.sh is in the project
2828
if [ -f .kokoro/pre-samples-test.sh ]; then
29+
set +x
2930
. .kokoro/pre-samples-test.sh
31+
set -x
3032
fi
3133

3234
npm install

.kokoro/system-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ cd $(dirname $0)/..
2626

2727
# Run a pre-test hook, if a pre-system-test.sh is in the project
2828
if [ -f .kokoro/pre-system-test.sh ]; then
29+
set +x
2930
. .kokoro/pre-system-test.sh
31+
set -x
3032
fi
3133

3234
npm install

.kokoro/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ cd $(dirname $0)/..
2222

2323
npm install
2424
npm test
25-
node_modules/.bin/codecov
25+
26+
bash $KOKORO_GFILE_DIR/codecov.sh

codecov.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
codecov:
3+
ci:
4+
- source.cloud.google.com

0 commit comments

Comments
 (0)